Skip to content
Merged
Changes from 1 commit
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
13 changes: 6 additions & 7 deletions reference/executionmodel.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-23 16:48+0200\n"
"PO-Revision-Date: 2019-03-19 23:21+0100\n"
"PO-Revision-Date: 2019-05-23 21:53+0200\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.2\n"
"X-Generator: Poedit 2.2.1\n"

#: ../Doc/reference/executionmodel.rst:6
msgid "Execution model"
Expand Down Expand Up @@ -398,17 +398,16 @@ msgstr ""
"dans le code en question par le haut)."

#: ../Doc/reference/executionmodel.rst:244
#, fuzzy
msgid ""
"When an exception is not handled at all, the interpreter terminates "
"execution of the program, or returns to its interactive main loop. In "
"either case, it prints a stack traceback, except when the exception is :exc:"
"`SystemExit`."
msgstr ""
"Quand une exception n'est gérée par aucun gestionnaire, l'interpréteur "
"termine l'exécution du programme ou retourne à la boucle interactive. Dans "
"ces cas, il affiche une trace de la pile d'appels, sauf si l'exception est :"
"exc:`SystemExit`."
"Quand une exception n'est pas gérée du tout, l'interpréteur termine "
"l'exécution du programme ou retourne à la boucle interactive. Dans ces cas, "
"il affiche une trace de la pile d'appels, sauf si l'exception est :exc:"
"`SystemExit`."

#: ../Doc/reference/executionmodel.rst:248
msgid ""
Expand Down