8000 Translated howto/clinic up to Advanced part by glyg · Pull Request #187 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Translated howto/clinic up to Advanced part #187

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 7 commits into from
Jun 17, 2018
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
Prev Previous commit
Next Next commit
merged
  • Loading branch information
glyg committed Jun 13, 2018
commit ab5e6b0afa6572423676b724da5982d963739a31
11 changes: 5 additions & 6 deletions howto/clinic.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ msgstr "auteur"
msgid "Larry Hastings"
msgstr ""

#: ../Doc/howto/clinic.rst:None
msgid "Abstract"
msgstr "Résumé"

#: ../Doc/howto/clinic.rst:12
msgid ""
"Argument Clinic is a preprocessor for CPython C files. Its purpose is to "
Expand All @@ -55,8 +51,8 @@ msgid ""
"regarding backwards compatibility for future versions. In other words: if "
"you maintain an external C extension for CPython, you're welcome to "
"experiment with Argument Clinic in your own code. But the version of "
"Argument Clinic that ships with the next version of CPython *could* be "
"totally incompatible and break all your code."
"Argument Clinic that ships with CPython 3.5 *could* be totally incompatible "
"and break all your code."
msgstr ""
"Argument Clinic est pour le moment considéré comme un outil interne à "
"CPython. Il n'est pas conçu pour gérer des fichiers à l'extérieur de "
Expand Down Expand Up @@ -2691,3 +2687,6 @@ msgid ""
"Since Python comments are different from C comments, Argument Clinic blocks "
"embedded in Python files look slightly different. They look like this:"
msgstr ""

#~ msgid "Abstract"
#~ msgstr "Résumé"
You are viewing a condensed version of this merge commit. You can view the full changes here.
0