@@ -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-16 23:02+0200 \n "
14
+ "PO-Revision-Date : 2022-10-30 16:55-0300 \n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language : es_EC\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es_EC \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.1\n "
23
24
24
25
#: ../Doc/whatsnew/3.7.rst:3
25
26
msgid "What's New In Python 3.7"
@@ -1050,6 +1051,9 @@ msgid ""
1050
1051
"`PYTHONPROFILEIMPORTTIME` environment variable can be used to show the "
1051
1052
"timing of each module import. (Contributed by Inada Naoki in :issue:`31415`.)"
1052
1053
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`.)"
1053
1057
1054
1058
#: ../Doc/whatsnew/3.7.rst:545
1055
1059
msgid "New Modules"
@@ -4206,13 +4210,20 @@ msgstr ""
4206
4210
"la configuración de compilación predeterminada."
4207
4211
4208
4212
#: ../Doc/whatsnew/3.7.rst:2123
4213
+ #, fuzzy
4209
4214
msgid ""
4210
4215
"CPython's own `CI configuration file <https://github.com/python/cpython/blob/"
4211
4216
"v3.7.13/.travis.yml>`_ provides an example of using the SSL :source:"
4212
4217
"`compatibility testing infrastructure <Tools/ssl/multissltests.py>` in "
4213
4218
"CPython's test suite to build and link against OpenSSL 1.1.0 rather than an "
4214
4219
"outdated system provided OpenSSL."
4215
4220
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."
4216
4227
4217
4228
#: ../Doc/whatsnew/3.7.rst:2132
4218
4229
msgid "API and Feature Removals"
0 commit comments