Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dea812b

Browse filesBrowse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent ddbdbfa commit dea812b
Copy full SHA for dea812b

File tree

Expand file treeCollapse file tree

1 file changed

+8
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-1
lines changed
Open diff view settings
Collapse file

‎howto/annotations.po‎

Copy file name to clipboardExpand all lines: howto/annotations.po
+8-1Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
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)``."
8787
msgstr ""
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+
8996
msgid "Accessing The Annotations Dict Of An Object In Python 3.9 And Older"
9097
msgstr ""
9198

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.