Skip to content
Merged
Changes from all 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: 6 additions & 3 deletions library/pdb.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-03-11 12:59+0100\n"
"PO-Revision-Date: 2018-09-28 19:18+0200\n"
"Last-Translator: Stéphane Wirtel <stephane@wirtel.be>\n"
"PO-Revision-Date: 2019-03-27 17:22+0100\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.9\n"
"X-Generator: Poedit 2.2.1\n"

#: ../Doc/library/pdb.rst:4
msgid ":mod:`pdb` --- The Python Debugger"
Expand Down Expand Up @@ -134,6 +134,9 @@ msgid ""
"The built-in :func:`breakpoint()`, when called with defaults, can be used "
"instead of ``import pdb; pdb.set_trace()``."
msgstr ""
"La fonction standard :func:`breakpoint()`, quand elle est appelée avec les "
"valeurs par défaut, peut être utilisée en lieu et place de ``import pdb; pdb."
"set_trace()``."

#: ../Doc/library/pdb.rst:83
msgid "The typical usage to inspect a crashed program is::"
Expand Down