Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 03abf8b

Browse filesBrowse files
committed
traducido whatsnew/2.1.po
1 parent 40cf3b7 commit 03abf8b
Copy full SHA for 03abf8b

File tree

Expand file treeCollapse file tree

1 file changed

+21
-13
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+21
-13
lines changed

‎whatsnew/2.1.po

Copy file name to clipboardExpand all lines: whatsnew/2.1.po
+21-13Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"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"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.10.3\n"
23+
"X-Generator: Poedit 3.2\n"
2324

2425
#: ../Doc/whatsnew/2.1.rst:3
2526
msgid "What's New in Python 2.1"
@@ -437,18 +438,18 @@ msgstr ""
437438
msgid ""
438439
"The built-in ``cmp(A,B)`` function can use the rich comparison machinery, "
439440
"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."
445446
msgstr ""
446447
"La función incorporada ``cmp(A,B)`` puede utilizar la comparación "
447448
"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 "
452453
"método apropiado y puede retornar cualquier objeto de Python."
453454

454455
#: ../Doc/whatsnew/2.1.rst:214
@@ -996,6 +997,13 @@ msgid ""
996997
"but registering software at the Vaults is optional, and many people did not "
997998
"bother."
998999
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ó."
9991007

10001008
#: ../Doc/whatsnew/2.1.rst:551
10011009
msgid ""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.