File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,11 @@ msgid ""
150
150
"`Subprocess Transports <asyncio-subprocess-transports>` and :ref:`Subprocess "
151
151
"Protocols <asyncio-subprocess-protocols>`."
152
152
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>`."
153
158
154
159
#: ../../library/asyncio-subprocess.rst:129
155
160
msgid "Constants"
@@ -173,6 +178,10 @@ msgid ""
173
178
"<asyncio.subprocess.Process.stderr>` attributes will point to :class:"
174
179
"`StreamReader` instances."
175
180
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`."
176
185
177
186
#: ../../library/asyncio-subprocess.rst:146
178
187
msgid ""
Original file line number Diff line number Diff line change @@ -1831,7 +1831,7 @@ msgstr ""
1831
1831
1832
1832
#: ../../library/ctypes.rst:1810
1833
1833
msgid "Utility functions"
1834
- msgstr ""
1834
+ msgstr "Funções utilitárias "
1835
1835
1836
1836
#: ../../library/ctypes.rst:1814
1837
1837
msgid ""
Original file line number Diff line number Diff line change @@ -552,7 +552,7 @@ msgstr ""
552
552
553
553
#: ../../library/nntplib.rst:565
554
554
msgid "Utility functions"
555
- msgstr ""
555
+ msgstr "Funções utilitárias "
556
556
557
557
#: ../../library/nntplib.rst:567
558
558
msgid "The module also defines the following utility function:"
You can’t perform that action at this time.
0 commit comments