@@ -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 -07 16:51+0200 \n "
15
- "Last-Translator : Francisco Jesús Sevilla García <fjsevilla.dev@gmail .com>\n "
14
+ "PO-Revision-Date : 2021-12 -07 01:18-0600 \n "
15
+ "Last-Translator : Héctor Sánchez Barrera <hector.sab@hotmail .com>\n "
16
16
"Language : es\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 2.3\n "
23
24
24
25
#: ../Doc/library/parser.rst:2
25
26
msgid ":mod:`parser` --- Access Python parse trees"
@@ -50,6 +51,10 @@ msgid ""
50
51
"Python. For the majority of use cases you can leverage the Abstract Syntax "
51
52
"Tree (AST) generation and compilation stage, using the :mod:`ast` module."
52
53
msgstr ""
54
+ "El módulo parser está descontinuado y será removido en futuras versiones de "
55
+ "Python. Para la mayoría de los casos, se puede aprovechar la etapa de "
56
+ "generación y compilación del Árbol de Sintaxis Abstracta (AST), utilizando "
57
+ "el módulo :mod:`ast`."
53
58
54
59
#: ../Doc/library/parser.rst:34
55
60
msgid ""
0 commit comments