Skip to content

Commit 54cdd30

Browse files
authored
Merge branch '3.11' into traduccion-ast
2 parents d5b186c + c904ec4 commit 54cdd30

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed

c-api/structures.po

Lines changed: 13 additions & 5 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-10-28 15:10-0500\n"
14+
"PO-Revision-Date: 2022-10-31 15:59-0400\n"
1515
"Last-Translator: José Luis Salgado Banda <josephLSalgado@outlook.com>\n"
16-
"Language: 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.1\n"
2324

2425
#: ../Doc/c-api/structures.rst:6
2526
msgid "Common Object Structures"
@@ -165,6 +166,8 @@ msgid ""
165166
":c:func:`Py_TYPE()` is changed to an inline static function. The parameter "
166167
"type is no longer :c:expr:`const PyObject*`."
167168
msgstr ""
169+
":c:func:`Py_TYPE()` se cambia a una función estática inline. El tipo de "
170+
"parámetro ya no es :c:expr:`const PyObject*`."
168171

169172
#: ../Doc/c-api/structures.rst:111
170173
msgid ""
@@ -192,11 +195,11 @@ msgstr ""
192195

193196
#: ../Doc/c-api/structures.rst:130
194197
msgid "The parameter type is no longer :c:expr:`const PyObject*`."
195-
msgstr ""
198+
msgstr "El tipo de parámetro ya no es :c:expr:`const PyObject*`."
196199

197200
#: ../Doc/c-api/structures.rst:133
198201
msgid ":c:func:`Py_REFCNT()` is changed to the inline static function."
199-
msgstr ""
202+
msgstr ":c:func:`Py_REFCNT()` se cambia a la función estática inline."
200203

201204
#: ../Doc/c-api/structures.rst:139
202205
msgid "Set the object *o* reference counter to *refcnt*."
@@ -218,6 +221,8 @@ msgid ""
218221
":c:func:`Py_SIZE()` is changed to an inline static function. The parameter "
219222
"type is no longer :c:expr:`const PyVarObject*`."
220223
msgstr ""
224+
":c:func:`Py_SIZE()` se cambia a una función estática inline. El tipo de "
225+
"parámetro ya no es :c:expr:`const PyVarObject*`."
221226

222227
#: ../Doc/c-api/structures.rst:157
223228
msgid "Set the object *o* size to *size*."
@@ -516,6 +521,9 @@ msgid ""
516521
"The function must have 2 parameters. Since the second parameter is unused, :"
517522
"c:macro:`Py_UNUSED` can be used to prevent a compiler warning."
518523
msgstr ""
524+
"La función debe tener 2 parámetros. Dado que el segundo parámetro no se "
525+
"usa, :c:macro:`Py_UNUSED` se puede usar para evitar una advertencia del "
526+
"compilador."
519527

520528
#: ../Doc/c-api/structures.rst:354
521529
#, fuzzy

whatsnew/3.7.po

Lines changed: 14 additions & 3 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-16 23:02+0200\n"
14+
"PO-Revision-Date: 2022-10-30 16:55-0300\n"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language: es_EC\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es_EC\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.1\n"
2324

2425
#: ../Doc/whatsnew/3.7.rst:3
2526
msgid "What's New In Python 3.7"
@@ -1050,6 +1051,9 @@ msgid ""
10501051
"`PYTHONPROFILEIMPORTTIME` environment variable can be used to show the "
10511052
"timing of each module import. (Contributed by Inada Naoki in :issue:`31415`.)"
10521053
msgstr ""
1054+
"La nueva opción :option:`-X` ``importtime`` o la variable de entorno :envvar:"
1055+
"`PYTHONPROFILEIMPORTTIME` pueden usarse para mostrar el tiempo de cada "
1056+
"importación de módulos. (Contribuido por Inada Naoki en :issue:`31415`.)"
10531057

10541058
#: ../Doc/whatsnew/3.7.rst:545
10551059
msgid "New Modules"
@@ -4206,13 +4210,20 @@ msgstr ""
42064210
"la configuración de compilación predeterminada."
42074211

42084212
#: ../Doc/whatsnew/3.7.rst:2123
4213+
#, fuzzy
42094214
msgid ""
42104215
"CPython's own `CI configuration file <https://github.com/python/cpython/blob/"
42114216
"v3.7.13/.travis.yml>`_ provides an example of using the SSL :source:"
42124217
"`compatibility testing infrastructure <Tools/ssl/multissltests.py>` in "
42134218
"CPython's test suite to build and link against OpenSSL 1.1.0 rather than an "
42144219
"outdated system provided OpenSSL."
42154220
msgstr ""
4221+
"El propio `archivo de configuración CI <https://github.com/python/cpython/"
4222+
"blob/v3.7.13/.travis.yml>`_ de CPython proporciona un ejemplo de uso de la :"
4223+
"source:`compatibilidad con la infraestructura de pruebas <Tools/ssl/"
4224+
"multissltests.py>` SSL en el conjunto de pruebas de CPython para construir y "
4225+
"vincular hacia OpenSSL 1.1.0 en lugar de un sistema obsoleto proporcionado "
4226+
"por OpenSSL."
42164227

42174228
#: ../Doc/whatsnew/3.7.rst:2132
42184229
msgid "API and Feature Removals"

0 commit comments

Comments
 (0)