Skip to content

Reprise des fuzzies. RAS #1865

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 1 commit into from
May 7, 2022
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
5 changes: 1 addition & 4 deletions faq/programming.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-18 17:06+0100\n"
"PO-Revision-Date: 2021-12-16 02:40+0100\n"
"PO-Revision-Date: 2022-05-07 16:01+0200\n"
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
Expand Down Expand Up @@ -2763,7 +2763,6 @@ msgstr ""
"la valeur booléenne est ``False``."

#: faq/programming.rst:1821
#, fuzzy
msgid ""
"2) Detecting optional arguments can be tricky when ``None`` is a valid input "
"value. In those situations, you can create a singleton sentinel object "
Expand Down Expand Up @@ -2852,7 +2851,6 @@ msgstr ""
"simplement conservé aussi longtemps que l'instance elle-même."

#: faq/programming.rst:1911
#, fuzzy
msgid ""
"The advantage is that when an instance is no longer used, the cached method "
"result will be released right away. The disadvantage is that if instances "
Expand Down Expand Up @@ -3165,7 +3163,6 @@ msgstr ""
"valeurs importées)."

#: faq/programming.rst:2095
#, fuzzy
msgid ""
"Van Rossum doesn't like this approach much because the imports appear in a "
"strange place, but it does work."
Expand Down