@@ -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 : 2021-03-19 11:16+0100\n "
14
- "PO-Revision-Date : 2020-10-12 05:44-0500 \n "
15
- "Last-Translator : \n "
14
+ "PO-Revision-Date : 2021-08-16 23:02+0200 \n "
15
+ "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com> \n "
16
16
"Language : es_EC\n "
17
17
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.8.0\n "
23
+ "X-Generator : Poedit 3.0\n "
23
24
24
25
#: ../Doc/whatsnew/3.7.rst:3
25
26
msgid "What's New In Python 3.7"
@@ -171,9 +172,8 @@ msgid ":ref:`PEP 552 <whatsnew37-pep552>`, deterministic .pycs"
171
172
msgstr ":ref:`PEP 552 <whatsnew37-pep552>`, determinista *.pycs*"
172
173
173
174
#: ../Doc/whatsnew/3.7.rst:105
174
- #, fuzzy
175
175
msgid ":ref:`New Python Development Mode <whatsnew37-devmode>`"
176
- msgstr ":ref:`el nuevo modo de ejecución de desarrollo <whatsnew37-devmode>`"
176
+ msgstr ":ref:`El nuevo modo de ejecución de desarrollo <whatsnew37-devmode>`"
177
177
178
178
#: ../Doc/whatsnew/3.7.rst:106
179
179
msgid ""
@@ -302,9 +302,8 @@ msgstr ""
302
302
"`__future__`:"
303
303
304
304
#: ../Doc/whatsnew/3.7.rst:174
305
- #, fuzzy
306
305
msgid "It will become the default in Python 3.10."
307
- msgstr "Se convertirá en el predeterminado en Python 4.0 ."
306
+ msgstr "Se convertirá en el predeterminado en Python 3.10 ."
308
307
309
308
#: ../Doc/whatsnew/3.7.rst:178
310
309
msgid ":pep:`563` -- Postponed evaluation of annotations"
@@ -921,9 +920,8 @@ msgstr ""
921
920
"Stinner*."
922
921
923
922
#: ../Doc/whatsnew/3.7.rst:483
924
- #, fuzzy
925
923
msgid "Python Development Mode (-X dev)"
926
- msgstr "Modo de tiempo de ejecución de desarrollo: -X * dev* "
924
+ msgstr "Modo de desarrollo de Python ( -X dev) "
927
925
928
926
#: ../Doc/whatsnew/3.7.rst:485
929
927
msgid ""
@@ -934,6 +932,12 @@ msgid ""
934
932
"See :ref:`Python Development Mode <devmode>` documentation for the full "
935
933
"description."
936
934
msgstr ""
935
+ "La nueva opción :option:`-X` ``dev`` opción de línea de comando o la nueva "
936
+ "variable de entorno :envvar:`PYTHONDEVMODE` se puede usar para habilitar :"
937
+ "ref:`Python Development Mode <devmode>`. Cuando está en modo de desarrollo, "
938
+ "Python realiza comprobaciones de tiempo de ejecución adicionales que son "
939
+ "demasiado caras para habilitarse de forma predeterminada. Ver :ref:`Python "
940
+ "Development Mode <devmode>` documentación para la descripción completa."
937
941
938
942
#: ../Doc/whatsnew/3.7.rst:494
939
943
msgid "Other Language Changes"
@@ -1189,14 +1193,13 @@ msgstr ""
1189
1193
"incluyen:"
1190
1194
1191
1195
#: ../Doc/whatsnew/3.7.rst:639
1192
- #, fuzzy
1193
1196
msgid ""
1194
1197
"The new :term:`provisional <provisional API>` :func:`asyncio.run` function "
1195
1198
"can be used to run a coroutine from synchronous code by automatically "
1196
1199
"creating and destroying the event loop. (Contributed by Yury Selivanov in :"
1197
1200
"issue:`32314`.)"
1198
1201
msgstr ""
1199
- "La nueva función :term:`provisional <provisional api >` :func:`asyncio.run` "
1202
+ "La nueva función :term:`provisional <provisional API >` :func:`asyncio.run` "
1200
1203
"se puede utilizar para ejecutar una corrutina desde código síncrono creando "
1201
1204
"y destruyendo automáticamente el bucle de eventos. (Contribuido por *Yury "
1202
1205
"Selivanov* en :issue:`32314`.)"
@@ -2595,7 +2598,6 @@ msgstr ""
2595
2598
"Heimes* en :issue:`31399`.)"
2596
2599
2597
2600
#: ../Doc/whatsnew/3.7.rst:1335
2598
- #, fuzzy
2599
2601
msgid ""
2600
2602
"The improved host name check requires a *libssl* implementation compatible "
2601
2603
"with OpenSSL 1.0.2 or 1.1. Consequently, OpenSSL 0.9.8 and 1.0.1 are no "
@@ -2605,8 +2607,8 @@ msgstr ""
2605
2607
"La verificación mejorada del nombre de host requiere una implementación "
2606
2608
"*libssl* compatible con OpenSSL 1.0.2 o 1.1. En consecuencia, OpenSSL 0.9.8 "
2607
2609
"y 1.0.1 ya no son compatibles (consulte :ref:`37-platform-support-removals` "
2608
- "para más detalles). El módulo * ssl* es principalmente compatible con "
2609
- "LibreSSL 2.7.2 y versiones posteriores."
2610
+ "para más detalles). El módulo ssl es principalmente compatible con LibreSSL "
2611
+ "2.7.2 y versiones posteriores."
2610
2612
2611
2613
#: ../Doc/whatsnew/3.7.rst:1340
2612
2614
msgid ""
@@ -5132,9 +5134,8 @@ msgstr ""
5132
5134
"Pitrou*, y *Yury Selivanov* en :issue:`37228`.)"
5133
5135
5134
5136
#: ../Doc/whatsnew/3.7.rst:2561
5135
- #, fuzzy
5136
5137
msgid "Notable changes in Python 3.7.10"
5137
- msgstr "Cambios notables en Python 3.7.1 "
5138
+ msgstr "Cambios notables en Python 3.7.10 "
5138
5139
5139
5140
#: ../Doc/whatsnew/3.7.rst:2563
5140
5141
msgid ""
@@ -5147,6 +5148,15 @@ msgid ""
5147
5148
"For more details, please see their respective documentation. (Contributed by "
5148
5149
"Adam Goldschmidt, Senthil Kumaran and Ken Jin in :issue:`42967`.)"
5149
5150
msgstr ""
5151
+ "Las versiones anteriores de Python permitían usar tanto ``;`` como ``&`` "
5152
+ "como separadores de parámetros de consulta en :func:`urllib.parse.parse_qs` "
5153
+ "y :func:`urllib.parse.parse_qsl`. Debido a problemas de seguridad y para "
5154
+ "cumplir con las recomendaciones más recientes del W3C, esto se ha cambiado "
5155
+ "para permitir solo una clave separadora, con ``&`` como valor "
5156
+ "predeterminado. Este cambio también afecta a :func:`cgi.parse` y :func:`cgi."
5157
+ "parse_multipart` ya que utilizan las funciones afectadas internamente. Para "
5158
+ "obtener más detalles, consulte su documentación respectiva. (Contribuido por "
5159
+ "Adam Goldschmidt, Senthil Kumaran y Ken Jin en :issue:`42967`.)"
5150
5160
5151
5161
#~ msgid ""
5152
5162
#~ "The new :option:`-X` ``dev`` command line option or the new :envvar:"
0 commit comments