@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"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 "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 2.0.6 \n "
16
+ "X-Generator : Poedit 3.0 \n "
17
17
18
18
#: library/atexit.rst:2
19
19
msgid ":mod:`atexit` --- Exit handlers"
@@ -83,7 +83,6 @@ msgstr ""
83
83
"nettoyés en dernier."
84
84
85
85
#: library/atexit.rst:40
86
- #, fuzzy
87
86
msgid ""
88
87
"If an exception is raised during execution of the exit handlers, a traceback "
89
88
"is printed (unless :exc:`SystemExit` is raised) and the exception "
@@ -113,6 +112,13 @@ msgid ""
113
112
"comparisons (``==``) are used internally during unregistration, so function "
114
113
"references do not need to have matching identities."
115
114
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é."
116
122
117
123
#: library/atexit.rst:62
118
124
msgid "Module :mod:`readline`"
0 commit comments