8000 pomerge from 3.9 branch into 3.8 · python/python-docs-pt-br@00e37e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 00e37e3

Browse files
pomerge from 3.9 branch into 3.8
1 parent 7f93cad commit 00e37e3

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

library/asyncio-subprocess.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ msgid ""
150150
"`Subprocess Transports <asyncio-subprocess-transports>` and :ref:`Subprocess "
151151
"Protocols <asyncio-subprocess-protocols>`."
152152
msgstr ""
153+
"asyncio também tem as seguintes APIs *de baixo nível* para trabalhar com "
154+
"subprocessos: :meth:`loop.subprocess_exec`, :meth:`loop.subprocess_shell`, :"
155+
"meth:`loop.connect_read_pipe`, :meth:`loop.connect_write_pipe`, assim como "
156+
"os :ref:`Transportes de Subprocesso <asyncio-subprocess-transports>` e :ref:"
157+
"`Protocolos de Subprocesso <asyncio-subprocess-protocols>`."
153158

154159
#: ../../library/asyncio-subprocess.rst:129
155160
msgid "Constants"
@@ -173,6 +178,10 @@ msgid ""
173178
"<asyncio.subprocess.Process.stderr>` attributes will point to :class:"
174179
"`StreamReader` instances."
175180
msgstr ""
181+
"Se *PIPE* for passado para os argumentos *stdout* ou *stderr*, os atributos :"
182+
"attr:`Process.stdout <asyncio.subprocess.Process.stdout>` e :attr:`Process."
183+
"stderr <asyncio.subprocess.Process.stderr>` irão apontar para instâncias :"
184+
"class:`StreamReader`."
176185

177186
#: ../../library/asyncio-subprocess.rst:146
178187
msgid ""

library/ctypes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1831,7 +1831,7 @@ msgstr ""
18311831

18321832
#: ../../library/ctypes.rst:1810
18331833
msgid "Utility functions"
1834-
msgstr ""
1834+
msgstr "Funções utilitárias"
18351835

18361836
#: ../../library/ctypes.rst:1814
18371837
msgid ""

library/nntplib.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ msgstr ""
552552

553553
#: ../../library/nntplib.rst:565
554554
msgid "Utility functions"
555-
msgstr ""
555+
msgstr "Funções utilitárias"
556556

557557
#: ../../library/nntplib.rst:567
558558
msgid "The module also defines the following utility function:"

0 commit comments

Comments
 (0)
0