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
7 changes: 5 additions & 2 deletions library/devmode.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ msgstr ""
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-08-07 22:10-0500\n"
"Last-Translator: \n"
"Language: es\n"
"Language-Team: \n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Generated-By: Babel 2.9.1\n"

#: ../Doc/library/devmode.rst:4
Expand Down Expand Up @@ -46,6 +46,7 @@ msgstr ""
#: ../Doc/library/devmode.rst:16
msgid "See also :ref:`Python debug build <debug-build>`."
msgstr ""
"Consulte también :ref:`Compilación de depuración de Python <debug-build>`."

#: ../Doc/library/devmode.rst:19
msgid "Effects of the Python Development Mode"
Expand Down Expand Up @@ -259,6 +260,8 @@ msgid ""
"The Python Development Mode can only be enabled at the Python startup. Its "
"value can be read from :data:`sys.flags.dev_mode <sys.flags>`."
msgstr ""
"El modo de desarrollo de Python solo se puede habilitar en el inicio de "
"Python. Su valor se puede leer en :data:`sys.flags.dev_mode <sys.flags>`."

#: ../Doc/library/devmode.rst:101
msgid "The :class:`io.IOBase` destructor now logs ``close()`` exceptions."
Expand Down