diff --git a/library/datetime.po b/library/datetime.po index 818c0840..1eeb028f 100644 --- a/library/datetime.po +++ b/library/datetime.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-05-23 16:48+0200\n" -"PO-Revision-Date: 2019-04-11 19:54+0200\n" +"PO-Revision-Date: 2019-05-23 20:04+0200\n" "Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -2984,6 +2984,9 @@ msgid "" "``1900-01-01T00:00:00.000``: any components not specified in the format " "string will be pulled from the default value. [#]_" msgstr "" +"Pour la méthode :meth:`datetime.strptime`, la valeur pas défaut est " +"``1900-01-01T00:00:00.000`` : tous les composants non spécifiés dans la " +"chaîne de formatage seront retirés de la valeur par défaut. [#]_" #: ../Doc/library/datetime.rst:2037 msgid "" @@ -3629,3 +3632,5 @@ msgid "" "Passing ``datetime.strptime('Feb 29', '%b %d')`` will fail since ``1900`` is " "not a leap year." msgstr "" +"Passer ``datetime.strptime(‘Feb 29’, ‘%b %d’)`` ne marchera pas car ``1900`` " +"n’est pas une année bissextile."