@@ -13,12 +13,12 @@ msgstr ""
13
13
"POT-Creation-Date : 2023-10-12 19:43+0200\n "
14
14
"PO-Revision-Date : 2021-09-25 10:30+0100\n "
15
15
"
Last-Translator :
Claudia Millan <[email protected] >\n "
16
- "Language : 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.13.0\n "
23
23
24
24
#: ../Doc/whatsnew/2.3.rst:3
@@ -329,7 +329,6 @@ msgstr ""
329
329
"un tablero de ajedrez $NxN$ sin visitar ninguna casilla dos veces)."
330
330
331
331
#: ../Doc/whatsnew/2.3.rst:220
332
- #, fuzzy
333
332
msgid ""
334
333
"The idea of generators comes from other programming languages, especially "
335
334
"Icon (https://www2.cs.arizona.edu/icon/), where the idea of generators is "
@@ -339,10 +338,10 @@ msgid ""
339
338
"of what this looks like::"
340
339
msgstr ""
341
340
"La idea de los generadores proviene de otros lenguajes de programación, "
342
- "especialmente de Icon (https://www .cs.arizona.edu/icon/), donde la idea de "
341
+ "especialmente de Icon (https://www2 .cs.arizona.edu/icon/), donde la idea de "
343
342
"los generadores es fundamental. En Icon, cada expresión y llamada a una "
344
343
"función se comporta como un generador. Un ejemplo de \" *An Overview of the "
345
- "Icon Programming Language*\" en https://www .cs.arizona.edu/icon/docs/ipd266."
344
+ "Icon Programming Language*\" en https://www2 .cs.arizona.edu/icon/docs/ipd266."
346
345
"htm da una idea de cómo es esto::"
347
346
348
347
#: ../Doc/whatsnew/2.3.rst:230
@@ -1134,7 +1133,6 @@ msgstr ""
1134
1133
"lista."
1135
1134
1136
1135
#: ../Doc/whatsnew/2.3.rst:729
1137
- #, fuzzy
1138
1136
msgid ""
1139
1137
"Importer objects must have a single method, ``find_module(fullname, "
1140
1138
"path=None)``. *fullname* will be a module or package name, e.g. ``string`` "
@@ -1144,7 +1142,7 @@ msgid ""
1144
1142
msgstr ""
1145
1143
"Los objetos importadores deben tener un único método, "
1146
1144
"``find_module(fullname, path=None)``. *fullname* será un nombre de módulo o "
1147
- "paquete, por ejemplo ``string`` o ``distutils.core``. :meth:`find_module` "
1145
+ "paquete, por ejemplo ``string`` o ``distutils.core``. :meth:`! find_module` "
1148
1146
"debe retornar un objeto cargador que tenga un único método, "
1149
1147
"``load_module(fullname)``, que cree y retorne el objeto módulo "
1150
1148
"correspondiente."
@@ -2114,7 +2112,6 @@ msgid "(Contributed by Kevin O'Connor.)"
2114
2112
msgstr "(Contribución de Kevin O'Connor.)"
2115
2113
2116
2114
#: ../Doc/whatsnew/2.3.rst:1334
2117
- #, fuzzy
2118
2115
msgid ""
2119
2116
"The IDLE integrated development environment has been updated using the code "
2120
2117
"from the IDLEfork project (https://idlefork.sourceforge.net). The most "
@@ -2418,13 +2415,12 @@ msgstr ""
2418
2415
"Secure Sockets Layer (SSL)."
2419
2416
2420
2417
#: ../Doc/whatsnew/2.3.rst:1477
2421
- #, fuzzy
2422
2418
msgid ""
2423
2419
"The value of the C :c:macro:`PYTHON_API_VERSION` macro is now exposed at the "
2424
2420
"Python level as ``sys.api_version``. The current exception can be cleared "
2425
2421
"by calling the new :func:`sys.exc_clear` function."
2426
2422
msgstr ""
2427
- "El valor de la macro C :const :`PYTHON_API_VERSION` ahora se expone en el "
2423
+ "El valor de la macro C :c:macro :`PYTHON_API_VERSION` ahora se expone en el "
2428
2424
"nivel de Python como ``sys.api_version``. La excepción actual se puede "
2429
2425
"borrar llamando a la nueva función :func:`sys.exc_clear`."
2430
2426
@@ -2986,13 +2982,12 @@ msgstr ""
2986
2982
"`PyObject_Realloc` y :c:func:`PyObject_Free`."
2987
2983
2988
2984
#: ../Doc/whatsnew/2.3.rst:1849
2989
- #, fuzzy
2990
2985
msgid ""
2991
2986
"To allocate and free Python objects, use the \" object\" family :c:macro:"
2992
2987
"`PyObject_New`, :c:macro:`PyObject_NewVar`, and :c:func:`PyObject_Del`."
2993
2988
msgstr ""
2994
2989
"Para asignar y liberar objetos de Python, utilice la familia de \" objetos\" :"
2995
- "c:func :`PyObject_New`, :c:func :`PyObject_NewVar` y :c:func:`PyObject_Del`."
2990
+ "c:macro :`PyObject_New`, :c:macro :`PyObject_NewVar` y :c:func:`PyObject_Del`."
2996
2991
2997
2992
#: ../Doc/whatsnew/2.3.rst:1852
2998
2993
msgid ""
@@ -3072,19 +3067,18 @@ msgstr ""
3072
3067
"Palkovsky.)"
3073
3068
3074
3069
#: ../Doc/whatsnew/2.3.rst:1889
3075
- #, fuzzy
3076
3070
msgid ""
3077
3071
"The :c:macro:`!DL_EXPORT` and :c:macro:`!DL_IMPORT` macros are now "
3078
3072
"deprecated. Initialization functions for Python extension modules should now "
3079
3073
"be declared using the new macro :c:macro:`PyMODINIT_FUNC`, while the Python "
3080
3074
"core will generally use the :c:macro:`!PyAPI_FUNC` and :c:macro:`!"
3081
3075
"PyAPI_DATA` macros."
3082
3076
msgstr ""
3083
- "Las macros :c:macro:`DL_EXPORT` y :c:macro:`DL_IMPORT` ahora están en "
3077
+ "Las macros :c:macro:`! DL_EXPORT` y :c:macro:`! DL_IMPORT` ahora están en "
3084
3078
"desuso. Las funciones de inicialización para los módulos de extensión de "
3085
3079
"Python ahora deben declararse usando la nueva macro :c:macro:"
3086
3080
"`PyMODINIT_FUNC`, mientras que el núcleo de Python generalmente usará las "
3087
- "macros :c:macro:`PyAPI_FUNC` y :c:macro:`PyAPI_DATA`."
3081
+ "macros :c:macro:`! PyAPI_FUNC` y :c:macro:`! PyAPI_DATA`."
3088
3082
3089
3083
#: ../Doc/whatsnew/2.3.rst:1894
3090
3084
#, python-format
@@ -3103,7 +3097,6 @@ msgstr ""
3103
3097
"Niemeyer.)"
3104
3098
3105
3099
#: ../Doc/whatsnew/2.3.rst:1900
3106
- #, fuzzy
3107
3100
msgid ""
3108
3101
"The :c:func:`!PyArg_NoArgs` macro is now deprecated, and code that uses it "
3109
3102
"should be changed. For Python 2.2 and later, the method definition table "
@@ -3113,13 +3106,13 @@ msgid ""
3113
3106
"``PyArg_ParseTuple(args, \"\" )`` instead, but this will be slower than "
3114
3107
"using :c:macro:`METH_NOARGS`."
3115
3108
msgstr ""
3116
- "La macro :c:func:`PyArg_NoArgs` ahora está en desuso y el código que la usa "
3109
+ "La macro :c:func:`! PyArg_NoArgs` ahora está en desuso y el código que la usa "
3117
3110
"debe cambiarse. Para Python 2.2 y versiones posteriores, la tabla de "
3118
- "definición de métodos puede especificar la marca :const :`METH_NOARGS`, lo "
3111
+ "definición de métodos puede especificar la marca :c:macro :`METH_NOARGS`, lo "
3119
3112
"que indica que no hay argumentos, y luego se puede eliminar la verificación "
3120
3113
"de argumentos. Si la compatibilidad con las versiones anteriores a la 2.2 de "
3121
3114
"Python es importante, el código podría usar ``PyArg_ParseTuple(args, \"\" )`` "
3122
- "en su lugar, pero esto será más lento que usar :const :`METH_NOARGS`."
3115
+ "en su lugar, pero esto será más lento que usar :c:macro :`METH_NOARGS`."
3123
3116
3124
3117
#: ../Doc/whatsnew/2.3.rst:1907
3125
3118
msgid ""
@@ -3155,14 +3148,13 @@ msgstr ""
3155
3148
"según una medición)."
3156
3149
3157
3150
#: ../Doc/whatsnew/2.3.rst:1920
3158
- #, fuzzy
3159
3151
msgid ""
3160
3152
"It's now possible to define class and static methods for a C extension type "
3161
3153
"by setting either the :c:macro:`METH_CLASS` or :c:macro:`METH_STATIC` flags "
3162
3154
"in a method's :c:type:`PyMethodDef` structure."
3163
3155
msgstr ""
3164
3156
"Ahora es posible definir métodos estáticos y de clase para un tipo de "
3165
- "extensión C configurando los indicadores :const: `METH_CLASS` o :const :"
3157
+ "extensión C configurando los indicadores :c:macro: `METH_CLASS` o :c:macro :"
3166
3158
"`METH_STATIC` en la estructura :c:type:`PyMethodDef` de un método."
3167
3159
3168
3160
#: ../Doc/whatsnew/2.3.rst:1924
@@ -3512,10 +3504,9 @@ msgstr ""
3512
3504
"Roman Suzi, Jason Tishler, Just van Rossum."
3513
3505
3514
3506
#: ../Doc/whatsnew/2.3.rst:371
3515
- #, fuzzy
3516
3507
msgid "universal newlines"
3517
- msgstr "PEP 278: Soporte universal de nuevas líneas "
3508
+ msgstr "saltos de línea universal "
3518
3509
3519
3510
#: ../Doc/whatsnew/2.3.rst:371
3520
3511
msgid "What's new"
3521
- msgstr ""
3512
+ msgstr "Qué hay de nuevo "
0 commit comments