@@ -13,12 +13,12 @@ msgstr ""
13
13
"POT-Creation-Date : 2021-10-16 21:42+0200\n "
14
14
"PO-Revision-Date : 2021-08-04 13:33+0200\n "
15
15
"
Last-Translator :
Cristián Maureira-Fredes <[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.9.1\n "
23
23
24
24
#: ../Doc/library/2to3.rst:4
@@ -787,6 +787,15 @@ msgid ""
787
787
"library in Python 3.13. Consider third-party alternatives such as `LibCST`_ "
788
788
"or `parso`_."
789
789
msgstr ""
790
+ "Python 3.9 cambió a un analizador PEG (consulte :pep:`617`) mientras que "
791
+ "lib2to3 usa un analizador LL (1) menos flexible. Python 3.10 incluye una "
792
+ "nueva sintaxis de lenguaje que el analizador LL (1) de lib2to3 no puede "
793
+ "analizar (consulte :pep:`634`). El módulo ``lib2to3`` se marcó como "
794
+ "pendiente de ser obsoleto en Python 3.9 (aumentando :exc:"
795
+ "`PendingDeprecationWarning` en la importación) y completamente obsoleto en "
796
+ "Python 3.11 (aumentando :exc:`DeprecationWarning`). Se eliminará de la "
797
+ "biblioteca estándar en Python 3.13. Considere alternativas de terceros como "
798
+ "`LibCST`_ o `parso`_."
790
799
791
800
#: ../Doc/library/2to3.rst:479
792
801
msgid ""
@@ -795,16 +804,3 @@ msgid ""
795
804
msgstr ""
796
805
"La API del módulo :mod:`lib2to3` debe considerarse inestable y puede cambiar "
797
806
"drásticamente en el futuro."
798
-
799
- #~ msgid ""
800
- #~ "Python 3.9 will switch to a PEG parser (see :pep:`617`), and Python 3.10 "
801
- #~ "may include new language syntax that is not parsable by lib2to3's LL(1) "
802
- #~ "parser. The ``lib2to3`` module may be removed from the standard library "
803
- #~ "in a future Python version. Consider third-party alternatives such as "
804
- #~ "`LibCST`_ or `parso`_."
805
- #~ msgstr ""
806
- #~ "Python 3.9 cambiará a un analizador PEG (ver :pep:`617`), y Python 3.10 "
807
- #~ "puede incluir una nueva sintaxis de lenguaje que no es analizable por el "
808
- #~ "analizador LL(1) de lib2to3. El módulo ``lib2to3`` puede eliminarse de la "
809
- #~ "biblioteca estándar en una versión futura de Python. Considere "
810
- #~ "alternativas de terceros como `LibCST`_ o `parso`_."
0 commit comments