@@ -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-29 14:15 +0000\n"
14+ "POT-Creation-Date: 2025-10-31 14:16 +0000\n"
1515"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616"Last-Translator: python-doc bot, 2025\n"
1717"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -71,6 +71,12 @@ msgid ""
7171"test environment."
7272msgstr ""
7373
74+ msgid ""
75+ ":gh:`140082`: Update ``python -m test`` to set ``FORCE_COLOR=1`` when being "
76+ "run with color enabled so that :mod:`unittest` which is run by it with "
77+ "redirected output will output in color."
78+ msgstr ""
79+
7480msgid ""
7581":gh:`139208`: Fix regrtest ``--fast-ci --verbose``: don't ignore the ``--"
7682"verbose`` option anymore. Patch by Victor Stinner."
@@ -95,6 +101,14 @@ msgstr ""
95101msgid "Library"
96102msgstr "Biblioteka"
97103
104+ msgid ":gh:`120057`: Add :func:`os.reload_environ` to ``os.__all__``."
105+ msgstr ""
106+
107+ msgid ""
108+ ":gh:`140228`: Avoid making unnecessary filesystem calls for frozen modules "
109+ "in :mod:`linecache` when the global module cache is not present."
110+ msgstr ""
111+
98112msgid ""
99113":gh:`140590`: Fix arguments checking for the :meth:`!functools.partial."
100114"__setstate__` that may lead to internal state corruption and crash. Patch by "
@@ -124,6 +138,11 @@ msgid ""
124138"provided buffer)."
125139msgstr ""
126140
141+ msgid ""
142+ ":gh:`138162`: Fix :class:`logging.LoggerAdapter` with ``merge_extra=True`` "
143+ "and without the *extra* argument."
144+ msgstr ""
145+
127146msgid ""
128147":gh:`138774`: :func:`ast.unparse` now generates full source code when "
129148"handling :class:`ast.Interpolation` nodes that do not have a specified "
@@ -524,6 +543,11 @@ msgid ""
524543"specific incorrect input. Patch by Mikhail Efimov."
525544msgstr ""
526545
546+ msgid ""
547+ ":gh:`140551`: Fixed crash in :class:`dict` if :meth:`dict.clear` is called "
548+ "at the lookup stage. Patch by Mikhail Efimov and Inada Naoki."
549+ msgstr ""
550+
527551msgid ""
528552":gh:`140517`: Fixed a reference leak when iterating over the result of :func:"
529553"`map` with ``strict=True`` when the input iterables have different lengths. "
@@ -627,6 +651,12 @@ msgid ""
627651"tokenizer."
628652msgstr ""
629653
654+ msgid ""
655+ ":gh:`139640`: :func:`ast.parse` no longer emits syntax warnings for "
656+ "``return``/``break``/``continue`` in ``finally`` (see :pep:`765`) -- they "
657+ "are only emitted during compilation."
658+ msgstr ""
659+
630660msgid ""
631661":gh:`139640`: Fix swallowing some syntax warnings in different modules if "
632662"they accidentally have the same message and are emitted from the same line. "
@@ -656,6 +686,12 @@ msgid ""
656686"termios attributes is not allowed."
657687msgstr ""
658688
689+ msgid ""
690+ ":gh:`138944`: Fix :exc:`SyntaxError` message when invalid syntax appears on "
691+ "the same line as a valid ``import ... as ...`` or ``from ... import ... "
692+ "as ...`` statement. Patch by Brian Schubert."
693+ msgstr ""
694+
659695msgid ""
660696":gh:`105487`: Remove non-existent :meth:`~object.__copy__`, :meth:`~object."
661697"__deepcopy__`, and :attr:`~type.__bases__` from the :meth:`~object.__dir__` "
@@ -724,6 +760,10 @@ msgstr ""
724760msgid "Build"
725761msgstr "Build"
726762
763+ msgid ""
764+ ":gh:`140768`: Warn when the WASI SDK version doesn't match what's supported."
765+ msgstr ""
766+
727767msgid ":gh:`140189`: iOS builds were added to CI."
728768msgstr ""
729769
0 commit comments