@@ -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-08-07 09:59+0100\n "
15
- "Last-Translator : Claudia Millan <clmilneb@gmail.com>\n "
16
- "Language : es\n "
14
+ "PO-Revision-Date : 2022-10-28 00:38+0200\n "
15
+ "Last-Translator : Jaime Resano <resano.138736@e.unavarra.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\n "
23
24
24
25
#: ../Doc/whatsnew/2.1.rst:3
25
26
msgid "What's New in Python 2.1"
@@ -437,18 +438,18 @@ msgstr ""
437
438
msgid ""
438
439
"The built-in ``cmp(A,B)`` function can use the rich comparison machinery, "
439
440
"and now accepts an optional argument specifying which comparison operation "
440
- "to use; this is given as one of the strings ``\" <\" ``, ``\" <=\" ``, "
441
- "`` \" > \" ``, ``\" >=\" ``, ``\" ==\" ``, or ``\" !=\" ``. If called without the "
442
- "optional third argument, :func:`cmp` will only return -1, 0, or +1 as in "
443
- "previous versions of Python; otherwise it will call the appropriate method "
444
- "and can return any Python object."
441
+ "to use; this is given as one of the strings ``\" <\" ``, ``\" <=\" ``, `` \" > "
442
+ "\" ``, ``\" >=\" ``, ``\" ==\" ``, or ``\" !=\" ``. If called without the optional "
443
+ "third argument, :func:`cmp` will only return -1, 0, or +1 as in previous "
444
+ "versions of Python; otherwise it will call the appropriate method and can "
445
+ "return any Python object."
445
446
msgstr ""
446
447
"La función incorporada ``cmp(A,B)`` puede utilizar la comparación "
447
448
"enriquecida, y ahora acepta un argumento opcional que especifica la "
448
- "operación de comparación a utilizar; esto se da como una de las cadenas "
449
- "`` \" < \" ``, ``\" <=\" ``, ``\" >\" ``, ``\" >=\" ``, ``\" ==\" ``, o ``\" !=\" ``. Si "
450
- "se llama sin el tercer argumento opcional, :func:`cmp` sólo retornará -1, 0 "
451
- "o +1 como en versiones anteriores de Python; en caso contrario, llamará al "
449
+ "operación de comparación a utilizar; esto se da como una de las cadenas `` \" < "
450
+ "\" ``, ``\" <=\" ``, ``\" >\" ``, ``\" >=\" ``, ``\" ==\" ``, o ``\" !=\" ``. Si se "
451
+ "llama sin el tercer argumento opcional, :func:`cmp` sólo retornará -1, 0 o "
452
+ "+1 como en versiones anteriores de Python; en caso contrario, llamará al "
452
453
"método apropiado y puede retornar cualquier objeto de Python."
453
454
454
455
#: ../Doc/whatsnew/2.1.rst:214
@@ -996,6 +997,13 @@ msgid ""
996
997
"but registering software at the Vaults is optional, and many people did not "
997
998
"bother."
998
999
msgstr ""
1000
+ "Una queja común de los usuarios de Python es que no existe un solo catálogo "
1001
+ "de todos los módulos de Python existentes. T. Middleton's Vault of "
1002
+ "Parnassus en ``www.vex.net/parnassus/`` (borrado en febrero de 2009, "
1003
+ "`disponible en Internet Archive Wayback Machine <https://web.archive.org/"
1004
+ "web/20090130140102/http://www.vex.net/parnassus/>`_) fue uno de los mayores "
1005
+ "catálogos de módulos de Python, pero registrar **software** en los archivos "
1006
+ "es opcional, y a mucha gente no le importó."
999
1007
1000
1008
#: ../Doc/whatsnew/2.1.rst:551
1001
1009
msgid ""
0 commit comments