File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Open diff view settings
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.10\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2022-12-15 17:05 +0000\n "
14+ "POT-Creation-Date : 2022-12-27 16:44 +0000\n "
1515"PO-Revision-Date : 2022-11-05 17:21+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -86,6 +86,13 @@ msgid ""
8686"three arguments, for example ``getattr(o, '__annotations__', None)``."
8787msgstr ""
8888
89+ msgid ""
90+ "Before Python 3.10, accessing ``__annotations__`` on a class that defines no "
91+ "annotations but that has a parent class with annotations would return the "
92+ "parent's ``__annotations__``. In Python 3.10 and newer, the child class's "
93+ "annotations will be an empty dict instead."
94+ msgstr ""
95+
8996msgid "Accessing The Annotations Dict Of An Object In Python 3.9 And Older"
9097msgstr ""
9198
You can’t perform that action at this time.
0 commit comments