8000 traduction finale de library/atexit.po (#1832) · python/python-docs-fr@aa7c25f · GitHub
[go: up one dir, main page]

Skip to content

Commit aa7c25f

Browse files
ygingraschristopheNan
authored andcommitted
traduction finale de library/atexit.po (#1832)
Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
1 parent 2b462d7 commit aa7c25f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

library/atexit.po

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-09-23 16:16+0200\n"
9-
"PO-Revision-Date: 2020-10-15 09:15+0200\n"
10-
"Last-Translator: Julien Palard <julien@palard.fr>\n"
9+
"PO-Revision-Date: 2022-03-23 13:05-0600\n"
10+
"Last-Translator: Yannick Gingras <ygingras@ygingras.net>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.0.6\n"
16+
"X-Generator: Poedit 3.0\n"
1717

1818
#: library/atexit.rst:2
1919
msgid ":mod:`atexit` --- Exit handlers"
@@ -83,7 +83,6 @@ msgstr ""
8383
"nettoyés en dernier."
8484

8585
#: library/atexit.rst:40
86-
#, fuzzy
8786
msgid ""
8887
"If an exception is raised during execution of the exit handlers, a traceback "
8988
"is printed (unless :exc:`SystemExit` is raised) and the exception "
@@ -113,6 +112,13 @@ msgid ""
113112
"comparisons (``==``) are used internally during unregistration, so function "
114113
"references do not need to have matching identities."
115114
msgstr ""
115+
"Retire *func* de la liste des fonctions à exécuter au moment de l'arrêt de "
116+
"l'interpréteur. :func:`unregister` ne fait rien et reste silencieux si "
117+
"*func* n'a pas été préalablement inscrite. Si *func* a été inscrite plus "
118+
"d'une fois, toutes les occurrences de cette fonction sont retirées de la "
119+
"pile d'appels de :mod:`atexit`. La comparaison d'égalité (``==``) est "
120+
"utilisée dans l'implémentation interne de la désinscription. Les références "
121+
"des fonctions n'ont donc pas besoin d'avoir la même identité."
116122

117123
#: library/atexit.rst:62
118124
msgid "Module :mod:`readline`"

0 commit comments

Comments
 (0)
0