@@ -6,14 +6,14 @@ msgstr ""
66"Project-Id-Version : Python 3.6\n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2019-04-10 09:35+0200\n "
9- "PO-Revision-Date : 2019-02-19 22:22+0100 \n "
9+ "PO-Revision-Date : 2019-04-11 21:33+0200 \n "
1010"Last-Translator : Jules Lasne <jules.lasne@gmail.com>\n "
1111"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
1212"Language : fr\n "
1313"MIME-Version : 1.0\n "
1414"Content-Type : text/plain; charset=UTF-8\n "
1515"Content-Transfer-Encoding : 8bit\n "
16- "X-Generator : Poedit 2.0.2 \n "
16+ "X-Generator : Poedit 2.2.1 \n "
1717
1818#: ../Doc/reference/datamodel.rst:6
1919msgid "Data model"
@@ -807,7 +807,6 @@ msgid ":attr:`__doc__`"
807807msgstr ":attr:`__doc__`"
808808
809809#: ../Doc/reference/datamodel.rst:475
810- #, fuzzy
811810msgid ""
812811"The function's documentation string, or ``None`` if unavailable; not "
813812"inherited by subclasses."
@@ -828,7 +827,6 @@ msgid ":attr:`~definition.\\ __name__`"
828827msgstr ":attr:`~definition.\\ __name__`"
829828
830829#: ../Doc/reference/datamodel.rst:480
831- #, fuzzy
832830msgid "The function's name."
833831msgstr "Nom de la fonction"
834832
@@ -837,7 +835,6 @@ msgid ":attr:`~definition.\\ __qualname__`"
837835msgstr ":attr:`~definition.\\ __qualname__`"
838836
839837#: ../Doc/reference/datamodel.rst:483
840- #, fuzzy
841838msgid "The function's :term:`qualified name`."
842839msgstr ":term:`qualified name` de la fonction"
843840
@@ -858,7 +855,6 @@ msgid ":attr:`__defaults__`"
858855msgstr ":attr:`__defaults__`"
859856
860857#: ../Doc/reference/datamodel.rst:492
861- #, fuzzy
862858msgid ""
863859"A tuple containing default argument values for those arguments that have "
864860"defaults, or ``None`` if no arguments have a default value."
@@ -3242,27 +3238,22 @@ msgstr ""
32423238"suivies sont :"
32433239
32443240#: ../Doc/reference/datamodel.rst:1864
3245- #, fuzzy
32463241msgid "MRO entries are resolved;"
32473242msgstr "Les entrées MRO sont résolues"
32483243
32493244#: ../Doc/reference/datamodel.rst:1865
3250- #, fuzzy
32513245msgid "the appropriate metaclass is determined;"
32523246msgstr "la méta-classe appropriée est déterminée ;"
32533247
32543248#: ../Doc/reference/datamodel.rst:1866
3255- #, fuzzy
32563249msgid "the class namespace is prepared;"
32573250msgstr "l'espace de nommage de la classe est préparé ;"
32583251
32593252#: ../Doc/reference/datamodel.rst:1867
3260- #, fuzzy
32613253msgid "the class body is executed;"
32623254msgstr "le corps de la classe est exécuté ;"
32633255
32643256#: ../Doc/reference/datamodel.rst:1868
3265- #, fuzzy
32663257msgid "the class object is created."
32673258msgstr "l'objet classe est crée."
32683259
@@ -3302,15 +3293,13 @@ msgstr ""
33023293"manière suivante :"
33033294
33043295#: ../Doc/reference/datamodel.rst:1892
3305- #, fuzzy
33063296msgid ""
33073297"if no bases and no explicit metaclass are given, then :func:`type` is used;"
33083298msgstr ""
33093299"si aucune classe et aucune méta-classe n'est donnée, alors :func:`type` est "
33103300"utilisée ;"
33113301
33123302#: ../Doc/reference/datamodel.rst:1893
3313- #, fuzzy
33143303msgid ""
33153304"if an explicit metaclass is given and it is *not* an instance of :func:"
33163305"`type`, then it is used directly as the metaclass;"
@@ -3320,7 +3309,6 @@ msgstr ""
33203309"classe ;"
33213310
33223311#: ../Doc/reference/datamodel.rst:1895
3323- #, fuzzy
33243312msgid ""
33253313"if an instance of :func:`type` is given as the explicit metaclass, or bases "
33263314"are defined, then the most derived metaclass is used."
@@ -3484,7 +3472,6 @@ msgstr ""
34843472"__set_name__` ;"
34853473
34863474#: ../Doc/reference/datamodel.rst:1983
3487- #, fuzzy
34883475msgid ""
34893476"second, all of these ``__set_name__`` methods are called with the class "
34903477"being defined and the assigned name of that particular descriptor;"
@@ -3632,7 +3619,6 @@ msgid "Emulating generic types"
36323619msgstr "Émulation de types génériques"
36333620
36343621#: ../Doc/reference/datamodel.rst:2055
3635- #, fuzzy
36363622msgid ""
36373623"One can implement the generic class syntax as specified by :pep:`484` (for "
36383624"example ``List[int]``) by defining a special method:"
0 commit comments