@@ -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 : 2021-10-16 21:42+0200\n "
14
- "PO-Revision-Date : 2021-08-05 09:24 +0100\n "
15
- "Last-Translator : Claudia Millan <clmilneb @gmail.com>\n "
14
+ "PO-Revision-Date : 2021-12-08 21:38 +0100\n "
15
+ "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes @gmail.com>\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.9.1\n "
23
+ "X-Generator : Poedit 3.0\n "
23
24
24
25
#: ../Doc/whatsnew/2.0.rst:3
25
26
msgid "What's New in Python 2.0"
@@ -97,7 +98,6 @@ msgstr ""
97
98
"la 6 es parte de la evolución de Python, y no una rama lateral."
98
99
99
100
#: ../Doc/whatsnew/2.0.rst:44
100
- #, fuzzy
101
101
msgid ""
102
102
"So, should you take much interest in Python 1.6? Probably not. The "
103
103
"1.6final and 2.0beta1 releases were made on the same day (September 5, "
@@ -208,7 +208,6 @@ msgstr ""
208
208
"raspador de pantalla HTML que envía mensajes más útiles."
209
209
210
210
#: ../Doc/whatsnew/2.0.rst:95
211
- #, fuzzy
212
211
msgid ""
213
212
"The ease of adding code caused a few initial growing pains, such as code was "
214
213
"checked in before it was ready or without getting clear agreement from the "
@@ -237,7 +236,6 @@ msgstr ""
237
236
"la comunidad no esté de acuerdo con él."
238
237
239
238
#: ../Doc/whatsnew/2.0.rst:106
240
- #, fuzzy
241
239
msgid ""
242
240
"Producing an actual patch is the last step in adding a new feature, and is "
243
241
"usually easy compared to the earlier task of coming up with a good design. "
@@ -1508,7 +1506,6 @@ msgstr ""
1508
1506
"pyport.h`."
1509
1507
1510
1508
#: ../Doc/whatsnew/2.0.rst:767
1511
- #, fuzzy
1512
1509
msgid ""
1513
1510
"Vladimir Marangozov's long-awaited malloc restructuring was completed, to "
1514
1511
"make it easy to have the Python interpreter use a custom allocator instead "
@@ -1565,7 +1562,6 @@ msgstr ""
1565
1562
"puede hacerse utilizando un compilador que sólo soporte K&R C."
1566
1563
1567
1564
#: ../Doc/whatsnew/2.0.rst:790
1568
- #, fuzzy
1569
1565
msgid ""
1570
1566
"Previously the Python virtual machine used 16-bit numbers in its bytecode, "
1571
1567
"limiting the size of source files. In particular, this affected the maximum "
@@ -1902,7 +1898,6 @@ msgid "Relationship to PyXML"
1902
1898
msgstr "Relación con PyXML"
1903
1899
1904
1900
#: ../Doc/whatsnew/2.0.rst:1004
1905
- #, fuzzy
1906
1901
msgid ""
1907
1902
"The XML Special Interest Group has been working on XML-related Python code "
1908
1903
"for a while. Its code distribution, called PyXML, is available from the "
@@ -2147,7 +2142,6 @@ msgstr ""
2147
2142
"por Paul Prescod.)"
2148
2143
2149
2144
#: ../Doc/whatsnew/2.0.rst:1111
2150
- #, fuzzy
2151
2145
msgid ""
2152
2146
":mod:`robotparser`: Parse a :file:`robots.txt` file, which is used for "
2153
2147
"writing web spiders that politely avoid certain areas of a web site. The "
0 commit comments