@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version :Python 3.8\n "
12
12
"Report-Msgid-Bugs-To :\n "
13
13
"POT-Creation-Date :2023-10-12 19:43+0200\n "
14
- "PO-Revision-Date :2024-01-30 20:00 -0300\n "
14
+ "PO-Revision-Date :2024-02-05 12:18 -0300\n "
15
15
"Last-Translator :Zodac <zodac@duck.com>\n "
16
16
"Language-Team :python-doc-es\n "
17
17
"Language :es\n "
@@ -20,7 +20,7 @@ msgstr ""
20
20
"Content-Transfer-Encoding :8bit\n "
21
21
"Plural-Forms :nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By :Babel 2.13.0\n "
23
- "X-Generator :Poedit 3.4.1 \n "
23
+ "X-Generator :Poedit 3.4.2 \n "
24
24
25
25
#: ../Doc/library/threading.rst:2
26
26
msgid ":mod:`threading` --- Thread-based parallelism"
@@ -1635,7 +1635,6 @@ msgstr ""
1635
1635
"debiese confiarse en el orden en que los hilos sean despertados."
1636
1636
1637
1637
#: ../Doc/library/threading.rst:882
1638
- #, fuzzy
1639
1638
msgid ""
1640
1639
"When invoked with *blocking* set to ``False``, do not block. If a call "
1641
1640
"without an argument would block, return ``False`` immediately; otherwise, do "
@@ -1836,7 +1835,6 @@ msgstr ""
1836
1835
"ejemplo de creación de hilos personalizados."
1837
1836
1838
1837
#: ../Doc/library/threading.rst:1012
1839
- #, fuzzy
1840
1838
msgid ""
1841
1839
"Timers are started, as with threads, by calling their :meth:`Timer.start "
1842
1840
"<Thread.start>` method. The timer can be stopped (before its action has "
@@ -2031,7 +2029,6 @@ msgstr ""
2031
2029
"Uso de *locks*, condiciones y semáforos en la declaración :keyword:`!with`"
2032
2030
2033
2031
#: ../Doc/library/threading.rst:1150
2034
- #, fuzzy
2035
2032
msgid ""
2036
2033
"All of the objects provided by this module that have ``acquire`` and "
2037
2034
"``release`` methods can be used as context managers for a :keyword:`with` "