File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -446,6 +446,12 @@ msgid ""
446446"The string \" 0\" would be two bytes, while binary is four. Of course, this "
447447"doesn't fit well with fixed-length messages. Decisions, decisions."
448448msgstr ""
449+ "Nestes dias de máquinas de 32 bits, a representação ascii de dados binários "
450+ "é frequentemente menor do que a representação binária. Isso porque, em uma "
451+ "quantidade surpreendente de tempo, todos aqueles longos têm o valor 0, ou "
452+ "talvez 1. A string \" 0\" teria dois bytes, enquanto o binário teria quatro. "
453+ "Claro, isso não se encaixa bem com mensagens de comprimento fixo. Decisões, "
454+ "decisões."
449455
450456#: ../../howto/sockets.rst:272
451457msgid "Disconnecting"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ msgid ""
1515msgstr ""
1616"Project-Id-Version : Python 3.10\n "
1717"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2021-06-29 12:56 +0000\n "
18+ "POT-Creation-Date : 2021-07-30 13:09 +0000\n "
1919"PO-Revision-Date : 2021-06-28 00:54+0000\n "
2020"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2021\n "
2121"Language-Team : Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
@@ -807,7 +807,7 @@ msgid "``name`` is a raw string of the function name."
807807msgstr ""
808808
809809#: ../../library/ast.rst:1624
810- msgid "``args`` is a :class:`arguments` node."
810+ msgid "``args`` is an :class:`arguments` node."
811811msgstr ""
812812
813813#: ../../library/ast.rst:1625
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ msgid ""
1515msgstr ""
1616"Project-Id-Version : Python 3.10\n "
1717"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2021-07-27 13:07 +0000\n "
18+ "POT-Creation-Date : 2021-07-30 13:09 +0000\n "
1919"PO-Revision-Date : 2021-06-28 01:07+0000\n "
2020"Last-Translator : i17obot <i17obot@rougeth.com>, 2021\n "
2121"Language-Team : Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
@@ -245,7 +245,7 @@ msgid ""
245245"When a HTTP/1.1 compliant server receives an ``Expect: 100-continue`` "
246246"request header it responds back with a ``100 Continue`` followed by ``200 "
247247"OK`` headers. This method can be overridden to raise an error if the server "
248- "does not want the client to continue. For e.g. server can chose to send "
248+ "does not want the client to continue. For e.g. server can choose to send "
249249"``417 Expectation Failed`` as a response header and ``return False``."
250250msgstr ""
251251
You can’t perform that action at this time.
0 commit comments