Skip to content

Traducido library/asyncio-task #2268

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 22 commits into from
Apr 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Marcos Medrano <786907+mmmarcos@users.noreply.github.com>
  • Loading branch information
cmaureir and mmmarcos authored Jan 28, 2024
commit 20097fc1076b8b3f76bb6814010857d619da6402
13 changes: 6 additions & 7 deletions library/asyncio-task.po
Original file line number Diff line number Diff line change
Expand Up @@ -898,21 +898,20 @@ msgid ""
"If ``when < loop.time()``, the timeout will trigger on the next iteration of "
"the event loop."
msgstr ""
"Si *when* es ``None``, se eliminará cualquier fecha límite actual y el "
"administrador de contexto esperará indefinidamente."
"Si ``when < loop.time()``, el tiempo de espera se activará en la próxima "
"iteración del bucle de eventos"

#: ../Doc/library/asyncio-task.rst:691
msgid ""
"Return the current deadline, or ``None`` if the current deadline is not set."
msgstr ""
"Si *when* es número de punto flotante, se establece como la nueva fecha "
"límite."
"Retorna la fecha límite actual, o ``None``si la fecha límite actual no está "
"establecida."

#: ../Doc/library/asyncio-task.rst:696
msgid "Reschedule the timeout."
msgstr ""
"si *when* está en el pasado, el tiempo de espera se activará en la próxima "
"iteración del bucle de eventos."
"Reprogramar el tiempo de espera."

#: ../Doc/library/asyncio-task.rst:700
msgid "Return whether the context manager has exceeded its deadline (expired)."
Expand Down Expand Up @@ -1665,7 +1664,7 @@ msgstr ""

#: ../Doc/library/asyncio-task.rst:1291
msgid "Decrement the count of cancellation requests to this Task."
msgstr "Disminuya el recuento de solicitudes de cancelación a esta tarea."
msgstr "Disminuye el recuento de solicitudes de cancelación a esta tarea."

#: ../Doc/library/asyncio-task.rst:1293
msgid "Returns the remaining number of cancellation requests."
Expand Down