@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python en Español 3.10\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2023-10-12 19:43+0200\n "
12
- "PO-Revision-Date : 2021 -10-21 04:10 -0500\n "
12
+ "PO-Revision-Date : 2023 -10-17 22:46 -0500\n "
13
13
"
Last-Translator :
José Luis Salgado Banda <[email protected] >\n "
14
14
"Language : es\n "
15
15
"Language-Team : \n "
@@ -134,6 +134,10 @@ msgid ""
134
134
"parent's ``__annotations__``. In Python 3.10 and newer, the child class's "
135
135
"annotations will be an empty dict instead."
136
136
msgstr ""
137
+ "Antes de Python 3.10, acceder a ``__annotations__`` en una clase que no "
138
+ "define anotaciones pero que tiene una clase padre con anotaciones devolvería "
139
+ "las anotaciones de la clase padre. En Python 3.10 y versiones posteriores, "
140
+ "las anotaciones de la clase hija serán un diccionario vacío en su lugar."
137
141
138
142
#: ../Doc/howto/annotations.rst:68
139
143
msgid "Accessing The Annotations Dict Of An Object In Python 3.9 And Older"
@@ -323,13 +327,12 @@ msgstr ""
323
327
"específicamente. Por ejemplo:"
324
328
325
329
#: ../Doc/howto/annotations.rst:165
326
- #, fuzzy
327
330
msgid ""
328
331
":pep:`604` union types using ``|``, before support for this was added to "
329
332
"Python 3.10."
330
333
msgstr ""
331
- ":pep:`604` tipos de unión usando `|` , antes de que se agregara soporte para "
332
- "esto en Python 3.10."
334
+ ":pep:`604` introduce tipos de unión usando ``|`` , antes de que se agregara "
335
+ "soporte para esto en Python 3.10."
333
336
334
337
#: ../Doc/howto/annotations.rst:167
335
338
msgid ""
0 commit comments