You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library/string.po
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version: Python 3.6\n"
9
9
"Report-Msgid-Bugs-To: \n"
10
10
"POT-Creation-Date: 2017-12-01 07:43+0100\n"
11
-
"PO-Revision-Date: 2017-12-01 08:58+0100\n"
11
+
"PO-Revision-Date: 2017-12-08 13:06+0100\n"
12
12
"Last-Translator: \n"
13
13
"Language-Team: \n"
14
14
"Language: fr\n"
@@ -1287,13 +1287,13 @@ msgstr ""
1287
1287
msgid""
1288
1288
"Since default *flags* is ``re.IGNORECASE``, pattern ``[a-z]`` can match with "
1289
1289
"some non-ASCII characters. That's why we use local ``-i`` flag here."
1290
-
msgstr""
1290
+
msgstr"Puisque par défaut *flags* vaut ``re.IGNORECASE``, des caractères non-ASCII peuvent correspondre au motif ``[a-z]``. C'est pourquoi on utilise une option locale ``-i`` ici."
1291
1291
1292
1292
#:../Doc/library/string.rst:757
1293
1293
msgid""
1294
1294
"While *flags* is kept to ``re.IGNORECASE`` for backward compatibility, you "
1295
1295
"can override it to ``0`` or ``re.IGNORECASE | re.ASCII`` when subclassing."
1296
-
msgstr""
1296
+
msgstr"Bien que *flags* reste par défaut à ``re.IGNORECASE`` pour des raisons de compatibilité descendente, vous pouvez le mettre à ``0`` ou ``re.IGNORECASE | re.ASCII`` si vous en héritez."
0 commit comments