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
9 changes: 8 additions & 1 deletion library/atexit.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-11-10 22:38-0300\n"
"PO-Revision-Date: 2021-12-31 09:29-0300\n"
"Last-Translator: \n"
"Language: es_AR\n"
"Language-Team: python-doc-es\n"
Expand Down Expand Up @@ -117,6 +117,13 @@ msgid ""
"comparisons (``==``) are used internally during unregistration, so function "
"references do not need to have matching identities."
msgstr ""
"Elimina *func* de la lista de funciones que se ejecutarán en el apagado del "
"intérprete. :func:`unregister` silenciosamente no hace nada si *func* no se "
"registró previamente. Si *func* se ha registrado más de una vez, se "
"eliminarán todas las apariciones de esa función en la pila de llamadas de :"
"mod:`atexit`. Se utilizan comparaciones de igualdad (''=='') internamente "
"durante la cancelación del registro, por lo que las referencias de funciones "
"no necesitan tener identidades coincidentes."

#: ../Doc/library/atexit.rst:62
msgid "Module :mod:`readline`"
Expand Down