Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions library/parser.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-03-19 11:16+0100\n"
"PO-Revision-Date: 2020-10-07 16:51+0200\n"
"Last-Translator: Francisco Jesús Sevilla García <fjsevilla.dev@gmail.com>\n"
"PO-Revision-Date: 2021-12-07 01:18-0600\n"
"Last-Translator: Héctor Sánchez Barrera <hector.sab@hotmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n"
"X-Generator: Poedit 2.3\n"

#: ../Doc/library/parser.rst:2
msgid ":mod:`parser` --- Access Python parse trees"
Expand Down Expand Up @@ -50,6 +51,10 @@ msgid ""
"Python. For the majority of use cases you can leverage the Abstract Syntax "
"Tree (AST) generation and compilation stage, using the :mod:`ast` module."
msgstr ""
"El módulo parser está descontinuado y será removido en futuras versiones de "
"Python. Para la mayoría de los casos, se puede aprovechar la etapa de "
"generación y compilación del Árbol de Sintaxis Abstracta (AST), utilizando "
"el módulo :mod:`ast`."

#: ../Doc/library/parser.rst:34
msgid ""
Expand Down