@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021-12-18 17:01-0300 \n "
14
+ "PO-Revision-Date : 2023-04-09 19:43-0600 \n "
15
15
"Last-Translator : \n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 3.2.2\n "
23
24
24
25
#: ../Doc/library/_thread.rst:2
25
26
msgid ":mod:`_thread` --- Low-level threading API"
@@ -231,10 +232,10 @@ msgstr ""
231
232
"el tamaño de pila es la estrategia sugerida si no se cuenta con información "
232
233
"más específica)."
233
234
234
- #, fuzzy
235
235
msgid ":ref:`Availability <availability>`: Windows, pthreads."
236
236
msgstr ""
237
- ":ref:`Disponibilidad <availability>`: Sistemas Windows, con hilos POSIX."
237
+ ":ref:`Disponibilidad <availability>`: Windows, hilos POSIX (también "
238
+ "llamados pthreads)."
238
239
239
240
#: ../Doc/library/_thread.rst:145
240
241
msgid "Unix platforms with POSIX threads support."
@@ -266,30 +267,28 @@ msgstr ""
266
267
"hilo (solamente un hilo por vez puede adquirir un candado; para eso existen)."
267
268
268
269
#: ../Doc/library/_thread.rst:166
269
- #, fuzzy
270
270
msgid ""
271
271
"If the *blocking* argument is present, the action depends on its value: if "
272
272
"it is False, the lock is only acquired if it can be acquired immediately "
273
273
"without waiting, while if it is True, the lock is acquired unconditionally "
274
274
"as above."
275
275
msgstr ""
276
- "Si el argumento entero *waitflag * está presente, la acción depende de su "
277
- "valor: si es cero , el candado solamente es adquirido si está disponible de "
278
- "forma inmediata, sin esperas. Mientras que si es distinto de cero , el "
279
- "candado es adquirido sin condiciones, como en el caso anterior ."
276
+ "Si el argumento *blocking * está presente, la acción depende de su valor: si "
277
+ "es False , el candado es adquirido sólo si puede ser adquirido inmediatamente "
278
+ "sin espera, en cambio si es True , el candado es adquirido incondicionalmente "
279
+ "como arriba ."
280
280
281
281
#: ../Doc/library/_thread.rst:171
282
- #, fuzzy
283
282
msgid ""
284
283
"If the floating-point *timeout* argument is present and positive, it "
285
284
"specifies the maximum wait time in seconds before returning. A negative "
286
285
"*timeout* argument specifies an unbounded wait. You cannot specify a "
287
286
"*timeout* if *blocking* is False."
288
287
msgstr ""
289
288
"Si el argumento de punto flotante *timeout* está presente y es positivo, "
290
- "especifica el tiempo máximo de espera en segundos antes de retornar. Un "
291
- "argumento *timeout* negativo, especifica una espera ilimitada. No se puede "
292
- "especificar un *timeout* si *waitflag * es cero ."
289
+ "éste especifica el tiempo máximo de espera en segundos antes de retornar. Un "
290
+ "argumento *timeout* negativo especifica una espera ilimitada. No se puede "
291
+ "especificar un *timeout* si *blocking * es False ."
293
292
294
293
#: ../Doc/library/_thread.rst:176
295
294
msgid ""
0 commit comments