Skip to content

Work on pdb #248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 16, 2018
Merged

Work on pdb #248

merged 3 commits into from
Jul 16, 2018

Conversation

piotch
Copy link
Contributor

@piotch piotch commented Jul 12, 2018

No description provided.

library/pdb.po Outdated
@@ -106,6 +106,10 @@ msgid ""
"the way ``python3 -m`` does. As with a script, the debugger will pause "
"execution just before the first line of the module."
msgstr ""
":file: `pdb.py` accepte maintenant une option ``-m`` qui déclenche "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je ne connais pas la syntaxe Sphinx, mais est-ce que l'espace après :file: n'est pas gênant ?

library/pdb.po Outdated
@@ -106,6 +106,10 @@ msgid ""
"the way ``python3 -m`` does. As with a script, the debugger will pause "
"execution just before the first line of the module."
msgstr ""
":file: `pdb.py` accepte maintenant une option ``-m`` qui déclenche "
"l’exécution de modules de la même façon que ``python3 -m``. De la même "
"manière que dans un script, le débogguer vas mettre en pause l’exécution "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

le débogguer va mettre, sans le s

library/pdb.po Outdated
msgid ""
"With no *bpnumber* argument, ``commands`` refers to the last breakpoint set."
msgstr ""
"Sans argument *bpnumber*, les commandes se réfèrent au dernier point d'arrêt "
"Sans argument *bpnumber*, ``commands`` se réfèrent au dernier point d'arrêt "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

se réfère (c'est l'argument qui s'y réfère, il me semble)

@christopheNan christopheNan merged commit 09f65ac into python:3.7 Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants