@@ -6,14 +6,14 @@ msgstr ""
66"Project-Id-Version : Python 3.6\n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2019-05-23 16:48+0200\n "
9- "PO-Revision-Date : 2019-03-19 23:21+0100 \n "
9+ "PO-Revision-Date : 2019-05-23 21:53+0200 \n "
1010"Last-Translator : Jules Lasne <jules.lasne@gmail.com>\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.2 \n "
16+ "X-Generator : Poedit 2.2.1 \n "
1717
1818#: ../Doc/reference/executionmodel.rst:6
1919msgid "Execution model"
@@ -398,17 +398,16 @@ msgstr ""
398398"dans le code en question par le haut)."
399399
400400#: ../Doc/reference/executionmodel.rst:244
401- #, fuzzy
402401msgid ""
403402"When an exception is not handled at all, the interpreter terminates "
404403"execution of the program, or returns to its interactive main loop. In "
405404"either case, it prints a stack traceback, except when the exception is :exc:"
406405"`SystemExit`."
407406msgstr ""
408- "Quand une exception n'est gérée par aucun gestionnaire , l'interpréteur "
409- "termine l'exécution du programme ou retourne à la boucle interactive. Dans "
410- "ces cas, il affiche une trace de la pile d'appels, sauf si l'exception est :"
411- "exc: `SystemExit`."
407+ "Quand une exception n'est pas du tout gérée , l'interpréteur termine "
408+ "l'exécution du programme ou retourne à la boucle interactive. Dans ces cas, "
409+ "il affiche une trace de la pile d'appels, sauf si l'exception est :exc :"
410+ "`SystemExit`."
412411
413412#: ../Doc/reference/executionmodel.rst:248
414413msgid ""
0 commit comments