@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-10-05 14:11 +0000\n "
14+ "POT-Creation-Date : 2025-10-23 14:15 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -430,12 +430,31 @@ msgid ""
430430"__annotations__` is tried again and any error from accessing it is re-raised."
431431msgstr ""
432432
433+ msgid ""
434+ "When calling :attr:`!object.__annotate__` it is first called with :attr:"
435+ "`~Format.FORWARDREF`. If this is not implemented, it will then check if :"
436+ "attr:`~Format.VALUE_WITH_FAKE_GLOBALS` is supported and use that in the fake "
437+ "globals environment. If neither of these formats are supported, it will fall "
438+ "back to using :attr:`~Format.VALUE`. If :attr:`~Format.VALUE` fails, the "
439+ "error from this call will be raised."
440+ msgstr ""
441+
433442msgid ""
434443"STRING: If :attr:`!object.__annotate__` exists, it is called first; "
435444"otherwise, :attr:`!object.__annotations__` is used and stringified using :"
436445"func:`annotations_to_string`."
437446msgstr ""
438447
448+ msgid ""
449+ "When calling :attr:`!object.__annotate__` it is first called with :attr:"
450+ "`~Format.STRING`. If this is not implemented, it will then check if :attr:"
451+ "`~Format.VALUE_WITH_FAKE_GLOBALS` is supported and use that in the fake "
452+ "globals environment. If neither of these formats are supported, it will fall "
453+ "back to using :attr:`~Format.VALUE` with the result converted using :func:"
454+ "`annotations_to_string`. If :attr:`~Format.VALUE` fails, the error from this "
455+ "call will be raised."
456+ msgstr ""
457+
439458msgid ""
440459"Returns a dict. :func:`!get_annotations` returns a new dict every time it's "
441460"called; calling it twice on the same object will return two different but "
0 commit comments