Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Traduccion atexit#1800

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
rtobar merged 7 commits intopython:3.10fromJuliKM:traduccion-atexit
Jan 1, 2022
Merged
Changes fromall 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 deletionlibrary/atexit.po
View file
Open in desktop
Original file line numberDiff line numberDiff 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 DownExpand 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

[8]ページ先頭

©2009-2025 Movatter.jp