Skip to content

Traducción library/asyncio-subprocess #939

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Oct 31, 2020
Prev Previous commit
Next Next commit
Quitando needs review
  • Loading branch information
Hristo Roque committed Oct 24, 2020
commit 82c0056b04e3c74105e8c9c5f86a6e602e2ecb08
8 changes: 2 additions & 6 deletions library/asyncio-subprocess.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-10-20 00:56-0500\n"
"PO-Revision-Date: 2020-10-24 14:51-0500\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -262,22 +262,20 @@ msgstr ""
"función :func:`wait_for`;"

#: ../Doc/library/asyncio-subprocess.rst:181
#, fuzzy
msgid ""
"the :meth:`Process.wait() <asyncio.subprocess.Process.wait>` method is "
"asynchronous, whereas :meth:`subprocess.Popen.wait` method is implemented as "
"a blocking busy loop;"
msgstr ""
"el método :meth:`Process.wait() <asyncio.subprocess.Process.wait>` es "
"asíncrono, mientras que el método `subprocess.Popen.wait` es implementado "
"como un bucle activo de bloqueo;"
"como un bucle de espera activa;"

#: ../Doc/library/asyncio-subprocess.rst:185
msgid "the *universal_newlines* parameter is not supported."
msgstr "el parámetro *universal_newlines* no es compatible."

#: ../Doc/library/asyncio-subprocess.rst:187
#, fuzzy
msgid "This class is :ref:`not thread safe <asyncio-multithreading>`."
msgstr ""
"Esta clase no es segura para subprocesos (:ref:`not thread safe <asyncio-"
Expand Down Expand Up @@ -504,7 +502,6 @@ msgstr ""
"defecto), :class:`SelectorEventLoop` no es compatible con subprocesos."

#: ../Doc/library/asyncio-subprocess.rst:315
#, fuzzy
msgid ""
"On UNIX *child watchers* are used for subprocess finish waiting, see :ref:"
"`asyncio-watchers` for more info."
Expand All @@ -522,7 +519,6 @@ msgstr ""
"de hilos diferentes sin ninguna limitación."

#: ../Doc/library/asyncio-subprocess.rst:324
#, fuzzy
msgid ""
"Spawning a subprocess with *inactive* current child watcher raises :exc:"
"`RuntimeError`."
Expand Down