@@ -11,19 +11,18 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14
- "PO-Revision-Date : 2021-08-04 08:53 +0100\n "
14
+ "PO-Revision-Date : 2021-08-05 09:24 +0100\n "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Generated-By : Babel 2.8.0\n "
20
20
"Plural-Forms : nplurals=2; plural=(n != 1);\n "
21
- "Last-Translator : \n "
21
+ "
Last-Translator :
Claudia Millan <[email protected] > \n"
22
22
"Language : es\n "
23
23
"X-Generator : Poedit 3.0\n "
24
24
25
25
#: ../Doc/whatsnew/2.0.rst:3
26
- #, fuzzy
27
26
msgid "What's New in Python 2.0"
28
27
msgstr "Novedades de Python 2.0"
29
28
@@ -32,7 +31,6 @@ msgid "Author"
32
31
msgstr "Autor"
33
32
34
33
#: ../Doc/whatsnew/2.0.rst:5
35
- #, fuzzy
36
34
msgid "A.M. Kuchling and Moshe Zadka"
37
35
msgstr "A.M. Kuchling y Moshe Zadka"
38
36
@@ -41,7 +39,6 @@ msgid "Introduction"
41
39
msgstr "Introducción"
42
40
43
41
#: ../Doc/whatsnew/2.0.rst:15
44
- #, fuzzy
45
42
msgid ""
46
43
"A new release of Python, version 2.0, was released on October 16, 2000. This "
47
44
"article covers the exciting new features in 2.0, highlights some other "
@@ -54,7 +51,6 @@ msgstr ""
54
51
"que pueden requerir reescribir el código."
55
52
56
53
#: ../Doc/whatsnew/2.0.rst:20
57
- #, fuzzy
58
54
msgid ""
59
55
"Python's development never completely stops between releases, and a steady "
60
56
"flow of bug fixes and improvements are always being submitted. A host of "
@@ -77,12 +73,10 @@ msgstr ""
77
73
"comunicación resultante del traslado a SourceForge."
78
74
79
75
#: ../Doc/whatsnew/2.0.rst:33
80
- #, fuzzy
81
76
msgid "What About Python 1.6?"
82
77
msgstr "¿Qué pasa con Python 1.6?"
83
78
84
79
#: ../Doc/whatsnew/2.0.rst:35
85
- #, fuzzy
86
80
msgid ""
87
81
"Python 1.6 can be thought of as the Contractual Obligations Python release. "
88
82
"After the core development team left CNRI in May 2000, CNRI requested that a "
@@ -104,7 +98,6 @@ msgstr ""
104
98
"tanto, la 6 es parte de la evolución de Python, y no una rama lateral."
105
99
106
100
#: ../Doc/whatsnew/2.0.rst:44
107
- #, fuzzy
108
101
msgid ""
109
102
"So, should you take much interest in Python 1.6? Probably not. The "
110
103
"1.6final and 2.0beta1 releases were made on the same day (September 5, "
@@ -126,12 +119,10 @@ msgstr ""
126
119
"hizo mucho trabajo entre mayo y septiembre."
127
120
128
121
#: ../Doc/whatsnew/2.0.rst:57
129
- #, fuzzy
130
122
msgid "New Development Process"
131
123
msgstr "Nuevo proceso de desarrollo"
132
124
133
125
#: ../Doc/whatsnew/2.0.rst:59
134
- #, fuzzy
135
126
msgid ""
136
127
"The most important change in Python 2.0 may not be to the code at all, but "
137
128
"to how Python is developed: in May 2000 the Python developers began using "
@@ -151,7 +142,6 @@ msgstr ""
151
142
"proyecto Python, situada en https://sourceforge.net/projects/python/."
152
143
153
144
#: ../Doc/whatsnew/2.0.rst:66
154
- #, fuzzy
155
145
msgid ""
156
146
"The most important of the services now hosted at SourceForge is the Python "
157
147
"CVS tree, the version-controlled repository containing the source code for "
@@ -191,7 +181,6 @@ msgstr ""
191
181
"realizado."
192
182
193
183
#: ../Doc/whatsnew/2.0.rst:83
194
- #, fuzzy
195
184
msgid ""
196
185
"The shift to using SourceForge's services has resulted in a remarkable "
197
186
"increase in the speed of development. Patches now get submitted, commented "
@@ -220,7 +209,6 @@ msgstr ""
220
209
"raspador de pantalla HTML que envía mensajes más útiles."
221
210
222
211
#: ../Doc/whatsnew/2.0.rst:95
223
- #, fuzzy
224
212
msgid ""
225
213
"The ease of adding code caused a few initial growing pains, such as code was "
226
214
"checked in before it was ready or without getting clear agreement from the "
@@ -249,7 +237,6 @@ msgstr ""
249
237
"la comunidad no esté de acuerdo con él."
250
238
251
239
#: ../Doc/whatsnew/2.0.rst:106
252
- #, fuzzy
253
240
msgid ""
254
241
"Producing an actual patch is the last step in adding a new feature, and is "
255
242
"usually easy compared to the earlier task of coming up with a good design. "
@@ -275,7 +262,6 @@ msgstr ""
275
262
"la introducción de :pep:`1`, \" PEP Purpose and Guidelines\" :"
276
263
277
264
#: ../Doc/whatsnew/2.0.rst:120
278
- #, fuzzy
279
265
msgid ""
280
266
"PEP stands for Python Enhancement Proposal. A PEP is a design document "
281
267
"providing information to the Python community, or describing a new feature "
@@ -289,7 +275,6 @@ msgstr ""
289
275
"la misma."
290
276
291
277
#: ../Doc/whatsnew/2.0.rst:125
292
- #, fuzzy
293
278
msgid ""
294
279
"We intend PEPs to be the primary mechanisms for proposing new features, for "
295
280
"collecting community input on an issue, and for documenting the design "
@@ -303,7 +288,6 @@ msgstr ""
303
288
"comunidad y de documentar las opiniones discrepantes."
304
289
305
290
#: ../Doc/whatsnew/2.0.rst:130
306
- #, fuzzy
307
291
msgid ""
308
292
"Read the rest of :pep:`1` for the details of the PEP editorial process, "
309
293
"style, and format. PEPs are kept in the Python CVS tree on SourceForge, "
@@ -320,12 +304,10 @@ msgstr ""
320
304
"\" Lockstep Iteration\" , hasta PEP 225, \" Elementwise/Objectwise Operators\" ."
321
305
322
306
#: ../Doc/whatsnew/2.0.rst:141
323
- #, fuzzy
324
307
msgid "Unicode"
325
308
msgstr "Unicode"
326
309
327
310
#: ../Doc/whatsnew/2.0.rst:143
328
- #, fuzzy
329
311
msgid ""
330
312
"The largest new feature in Python 2.0 is a new fundamental data type: "
331
313
"Unicode strings. Unicode uses 16-bit numbers to represent characters "
@@ -338,7 +320,6 @@ msgstr ""
338
320
"se pueden admitir 65.536 caracteres distintos."
339
321
340
322
#: ../Doc/whatsnew/2.0.rst:148
341
- #, fuzzy
342
323
msgid ""
343
324
"The final interface for Unicode support was arrived at through countless "
344
325
"often-stormy discussions on the python-dev mailing list, and mostly "
@@ -356,7 +337,6 @@ msgstr ""
356
337
"los puntos más significativos de las interfaces Unicode."
357
338
358
339
#: ../Doc/whatsnew/2.0.rst:155
359
- #, fuzzy
360
340
msgid ""
361
341
"In Python source code, Unicode strings are written as ``u\" string\" ``. "
362
342
"Arbitrary Unicode characters can be written using a new escape sequence, ``"
@@ -372,7 +352,6 @@ msgstr ""
372
352
"escapes octales para caracteres hasta U+01FF, que se representa con ``777``."
373
353
374
354
#: ../Doc/whatsnew/2.0.rst:161
375
- #, fuzzy
376
355
msgid ""
377
356
"Unicode strings, just like regular strings, are an immutable sequence type. "
378
357
"They can be indexed and sliced, but not modified in place. Unicode strings "
@@ -399,17 +378,15 @@ msgstr ""
399
378
"py`."
400
379
401
380
#: ../Doc/whatsnew/2.0.rst:172
402
- #, fuzzy
403
381
msgid ""
404
382
"Combining 8-bit and Unicode strings always coerces to Unicode, using the "
405
383
"default ASCII encoding; the result of ``'a' + u'bc'`` is ``u'abc'``."
406
384
msgstr ""
407
- "La combinación de cadenas de 8 bits y Unicode siempre coacciona a Unicode, "
408
- "utilizando la codificación ASCII por defecto; el resultado de ``'a' + "
409
- "u'bc'`` es ``u'abc'``."
385
+ "La combinación de cadenas de 8 bits y Unicode siempre fuerza conversión a "
386
+ "Unicode, utilizando la codificación ASCII por defecto; el resultado de ``'a' "
387
+ "+ u'bc'`` es ``u'abc'``."
410
388
411
389
#: ../Doc/whatsnew/2.0.rst:175
412
- #, fuzzy
413
390
msgid ""
414
391
"New built-in functions have been added, and existing built-ins modified to "
415
392
"support Unicode:"
@@ -418,7 +395,6 @@ msgstr ""
418
395
"existentes para que sean compatibles con Unicode:"
419
396
420
397
#: ../Doc/whatsnew/2.0.rst:178
421
- #, fuzzy
422
398
msgid ""
423
399
"``unichr(ch)`` returns a Unicode string 1 character long, containing the "
424
400
"character *ch*."
@@ -427,7 +403,6 @@ msgstr ""
427
403
"carácter *ch*."
428
404
429
405
#: ../Doc/whatsnew/2.0.rst:181
430
- #, fuzzy
431
406
msgid ""
432
407
"``ord(u)``, where *u* is a 1-character regular or Unicode string, returns "
433
408
"the number of the character as an integer."
@@ -1834,7 +1809,6 @@ msgstr ""
1834
1809
"Python*, que se une al conjunto básico de documentación de Python."
1835
1810
1836
1811
#: ../Doc/whatsnew/2.0.rst:880
1837
- #, fuzzy
1838
1812
msgid "XML Modules"
1839
1813
msgstr "Módulos XML"
1840
1814
@@ -2239,7 +2213,6 @@ msgstr ""
2239
2213
"del nuevo soporte de Unicode."
2240
2214
2241
2215
#: ../Doc/whatsnew/2.0.rst:1089
2242
- #, fuzzy
2243
2216
msgid ""
2244
2217
":mod:`filecmp`: Supersedes the old :mod:`cmp`, :mod:`cmpcache` and :mod:"
2245
2218
"`dircmp` modules, which have now become deprecated. (Contributed by Gordon "
@@ -2487,12 +2460,10 @@ msgstr ""
2487
2460
"módulo (:kbd:`F5`) y Ejecutar script (:kbd:`Ctrl-F5`)."
2488
2461
2489
2462
#: ../Doc/whatsnew/2.0.rst:1184
2490
- #, fuzzy
2491
2463
msgid "Deleted and Deprecated Modules"
2492
2464
msgstr "Módulos eliminados y obsoletos"
2493
2465
2494
2466
#: ../Doc/whatsnew/2.0.rst:1186
2495
- #, fuzzy
2496
2467
msgid ""
2497
2468
"A few modules have been dropped because they're obsolete, or because there "
2498
2469
"are now better ways to do the same thing. The :mod:`stdwin` module is gone; "
@@ -2505,7 +2476,6 @@ msgstr ""
2505
2476
"plataforma que ya no se desarrolla."
2506
2477
2507
2478
#: ../Doc/whatsnew/2.0.rst:1190
2508
- #, fuzzy
2509
2479
msgid ""
2510
2480
"A number of modules have been moved to the :file:`lib-old` subdirectory: :"
2511
2481
"mod:`cmp`, :mod:`cmpcache`, :mod:`dircmp`, :mod:`dump`, :mod:`find`, :mod:"
@@ -2523,12 +2493,10 @@ msgstr ""
2523
2493
"estos módulos."
2524
2494
2525
2495
#: ../Doc/whatsnew/2.0.rst:1199
2526
- #, fuzzy
2527
2496
msgid "Acknowledgements"
2528
2497
msgstr "Agradecimientos"
2529
2498
2530
2499
#: ../Doc/whatsnew/2.0.rst:1201
2531
- #, fuzzy
2532
2500
msgid ""
2533
2501
"The authors would like to thank the following people for offering "
2534
2502
"suggestions on various drafts of this article: David Bolen, Mark Hammond, "
0 commit comments