@@ -6,14 +6,14 @@ msgstr ""
66"Project-Id-Version : Python 3\n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2023-01-15 22:33+0100\n "
9- "PO-Revision-Date : 2022-05-12 09:43+0200 \n "
10- "Last-Translator : ZepmanBC <zepman@gmail.com >\n "
9+ "PO-Revision-Date : 2023-02-17 10:44+0100 \n "
10+ "Last-Translator : CédricM <c.morgantini@free.fr >\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 3.0.1 \n "
16+ "X-Generator : Poedit 3.2.2 \n "
1717
1818#: howto/annotations.rst:5
1919msgid "Annotations Best Practices"
@@ -132,6 +132,11 @@ msgid ""
132132"parent's ``__annotations__``. In Python 3.10 and newer, the child class's "
133133"annotations will be an empty dict instead."
134134msgstr ""
135+ "Dans les versions antérieures à Python 3.10, l'accès aux ``__annotations__`` "
136+ "d'une classe qui n'a pas d'annotation mais dont un parent de cette classe en "
137+ "a, aurait renvoyé les ``__annotations__`` de la classe parent. Dans les "
138+ "versions 3.10 et plus récentes, le résultat d'annotations de la classe "
139+ "enfant est un dictionnaire vide."
135140
136141#: howto/annotations.rst:68
137142msgid "Accessing The Annotations Dict Of An Object In Python 3.9 And Older"
0 commit comments