- Notifications
You must be signed in to change notification settings - Fork396
Archivo traducido 'library/_thread.po'#2368
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -231,10 +231,10 @@ msgstr "" | ||
"el tamaño de pila es la estrategia sugerida si no se cuenta con información " | ||
"más específica)." | ||
msgid ":ref:`Availability <availability>`: Windows, pthreads." | ||
msgstr "" | ||
":ref:`Disponibilidad <availability>`: Windows, hilos POSIX (también llamados " | ||
" pthreads)." | ||
#: ../Doc/library/_thread.rst:145 | ||
msgid "Unix platforms with POSIX threads support." | ||
@@ -266,30 +266,28 @@ msgstr "" | ||
"hilo (solamente un hilo por vez puede adquirir un candado; para eso existen)." | ||
#: ../Doc/library/_thread.rst:166 | ||
msgid "" | ||
"If the *blocking* argument is present, the action depends on its value: if " | ||
"it is False, the lock is only acquired if it can be acquired immediately " | ||
"without waiting, while if it is True, the lock is acquired unconditionally " | ||
"as above." | ||
msgstr "" | ||
"Si el argumento*blocking* esta presente, la acción depende de su valor: si " | ||
rtobar marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"esFalse, el candado es adquiridosólosipuede ser adquirido inmediatamente " | ||
"sin espera, en cambio sí es True, el candado es adquirido incondicionalmente " | ||
rtobar marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page.
rtobar marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"comoarriba." | ||
#: ../Doc/library/_thread.rst:171 | ||
msgid "" | ||
"If the floating-point *timeout* argument is present and positive, it " | ||
"specifies the maximum wait time in seconds before returning. A negative " | ||
"*timeout* argument specifies an unbounded wait. You cannot specify a " | ||
"*timeout* if *blocking* is False." | ||
msgstr "" | ||
"Si el argumento de punto flotante *timeout* está presente y es positivo, " | ||
"esteespecifica el tiempo máximo de espera en segundos antes de retornar. Un " | ||
rtobar marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"argumento *timeout* negativo especifica una espera ilimitada. No se puede " | ||
"especificar un *timeout* si *blocking* esFalse." | ||
#: ../Doc/library/_thread.rst:176 | ||
msgid "" | ||