@@ -11,15 +11,16 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"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 "
1616"Language : es_EC\n "
1717"Language-Team : python-doc-es\n "
18- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=utf-8\n "
2121"Content-Transfer-Encoding : 8bit\n "
2222"Generated-By : Babel 2.8.0\n "
23+ "X-Generator : Poedit 3.0\n "
2324
2425#: ../Doc/whatsnew/3.7.rst:3
2526msgid "What's New In Python 3.7"
@@ -171,9 +172,8 @@ msgid ":ref:`PEP 552 <whatsnew37-pep552>`, deterministic .pycs"
171172msgstr ":ref:`PEP 552 <whatsnew37-pep552>`, determinista *.pycs*"
172173
173174#: ../Doc/whatsnew/3.7.rst:105
174- #, fuzzy
175175msgid ":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>`"
177177
178178#: ../Doc/whatsnew/3.7.rst:106
179179msgid ""
@@ -302,9 +302,8 @@ msgstr ""
302302"`__future__`:"
303303
304304#: ../Doc/whatsnew/3.7.rst:174
305- #, fuzzy
306305msgid "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 ."
308307
309308#: ../Doc/whatsnew/3.7.rst:178
310309msgid ":pep:`563` -- Postponed evaluation of annotations"
@@ -921,9 +920,8 @@ msgstr ""
921920"Stinner*."
922921
923922#: ../Doc/whatsnew/3.7.rst:483
924- #, fuzzy
925923msgid "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) "
927925
928926#: ../Doc/whatsnew/3.7.rst:485
929927msgid ""
@@ -934,6 +932,12 @@ msgid ""
934932"See :ref:`Python Development Mode <devmode>` documentation for the full "
935933"description."
936934msgstr ""
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."
937941
938942#: ../Doc/whatsnew/3.7.rst:494
939943msgid "Other Language Changes"
@@ -1189,14 +1193,13 @@ msgstr ""
11891193"incluyen:"
11901194
11911195#: ../Doc/whatsnew/3.7.rst:639
1192- #, fuzzy
11931196msgid ""
11941197"The new :term:`provisional <provisional API>` :func:`asyncio.run` function "
11951198"can be used to run a coroutine from synchronous code by automatically "
11961199"creating and destroying the event loop. (Contributed by Yury Selivanov in :"
11971200"issue:`32314`.)"
11981201msgstr ""
1199- "La nueva función :term:`provisional <provisional api >` :func:`asyncio.run` "
1202+ "La nueva función :term:`provisional <provisional API >` :func:`asyncio.run` "
12001203"se puede utilizar para ejecutar una corrutina desde código síncrono creando "
12011204"y destruyendo automáticamente el bucle de eventos. (Contribuido por *Yury "
12021205"Selivanov* en :issue:`32314`.)"
@@ -2595,7 +2598,6 @@ msgstr ""
25952598"Heimes* en :issue:`31399`.)"
25962599
25972600#: ../Doc/whatsnew/3.7.rst:1335
2598- #, fuzzy
25992601msgid ""
26002602"The improved host name check requires a *libssl* implementation compatible "
26012603"with OpenSSL 1.0.2 or 1.1. Consequently, OpenSSL 0.9.8 and 1.0.1 are no "
@@ -2605,8 +2607,8 @@ msgstr ""
26052607"La verificación mejorada del nombre de host requiere una implementación "
26062608"*libssl* compatible con OpenSSL 1.0.2 o 1.1. En consecuencia, OpenSSL 0.9.8 "
26072609"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."
26102612
26112613#: ../Doc/whatsnew/3.7.rst:1340
26122614msgid ""
@@ -5132,9 +5134,8 @@ msgstr ""
51325134"Pitrou*, y *Yury Selivanov* en :issue:`37228`.)"
51335135
51345136#: ../Doc/whatsnew/3.7.rst:2561
5135- #, fuzzy
51365137msgid "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 "
51385139
51395140#: ../Doc/whatsnew/3.7.rst:2563
51405141msgid ""
@@ -5147,6 +5148,15 @@ msgid ""
51475148"For more details, please see their respective documentation. (Contributed by "
51485149"Adam Goldschmidt, Senthil Kumaran and Ken Jin in :issue:`42967`.)"
51495150msgstr ""
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`.)"
51505160
51515161#~ msgid ""
51525162#~ "The new :option:`-X` ``dev`` command line option or the new :envvar:"
0 commit comments