@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"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 <[email protected] >\n"
9
+ "PO-Revision-Date : 2023-02-17 10:44+0100 \n "
10
+ "
Last-Translator :
CédricM <[email protected] >\n"
11
11
"
Language-Team :
FRENCH <[email protected] >\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 3.0.1 \n "
16
+ "X-Generator : Poedit 3.2.2 \n "
17
17
18
18
#: howto/annotations.rst:5
19
19
msgid "Annotations Best Practices"
@@ -132,6 +132,11 @@ msgid ""
132
132
"parent's ``__annotations__``. In Python 3.10 and newer, the child class's "
133
133
"annotations will be an empty dict instead."
134
134
msgstr ""
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."
135
140
136
141
#: howto/annotations.rst:68
137
142
msgid "Accessing The Annotations Dict Of An Object In Python 3.9 And Older"
0 commit comments