@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version: Python 3.13\n"
1313"Report-Msgid-Bugs-To: \n"
14- "POT-Creation-Date: 2026-03-11 15:34 +0000\n"
14+ "POT-Creation-Date: 2026-03-13 15:26 +0000\n"
1515"PO-Revision-Date: 2025-09-15 01:05+0000\n"
1616"Last-Translator: python-doc bot, 2026\n"
1717"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -44,6 +44,11 @@ msgstr "Windows"
4444msgid ":gh:`144551`: Updated bundled version of OpenSSL to 3.0.19."
4545msgstr ""
4646
47+ msgid ""
48+ ":gh:`140131`: Fix REPL cursor position on Windows when module completion "
49+ "suggestion line hits console width."
50+ msgstr ""
51+
4752msgid "Tests"
4853msgstr "Testy"
4954
@@ -77,6 +82,12 @@ msgid ""
7782"oss-fuzz:`488466741`."
7883msgstr ""
7984
85+ msgid ""
86+ ":gh:`145492`: Fix infinite recursion in :class:`collections.defaultdict` "
87+ "``__repr__`` when a ``defaultdict`` contains itself. Based on analysis by "
88+ "KowalskiThomas in :gh:`145492`."
89+ msgstr ""
90+
8091msgid ""
8192":gh:`145623`: Fix crash in :mod:`struct` when calling :func:`repr` or "
8293"``__sizeof__()`` on an uninitialized :class:`struct.Struct` object created "
@@ -126,6 +137,11 @@ msgid ""
126137"pointer after the object had already been freed."
127138msgstr ""
128139
140+ msgid ""
141+ ":gh:`144259`: Fix inconsistent display of long multiline pasted content in "
142+ "the REPL."
143+ msgstr ""
144+
129145msgid ""
130146":gh:`144156`: Fix the folding of headers by the :mod:`email` library when :"
131147"rfc:`2047` encoded words are used. Now whitespace is correctly preserved "
@@ -211,6 +227,12 @@ msgid ""
211227"when implementing PROXY protocol support)."
212228msgstr ""
213229
230+ msgid ""
231+ ":gh:`139933`: Improve :exc:`AttributeError` suggestions for classes with a "
232+ "custom :meth:`~object.__dir__` method returning a list of unsortable values. "
233+ "Patch by Bénédikt Tran."
234+ msgstr ""
235+
214236msgid ""
215237":gh:`137335`: Get rid of any possibility of a name conflict for named pipes "
216238"in :mod:`multiprocessing` and :mod:`asyncio` on Windows, no matter how small."
@@ -292,6 +314,11 @@ msgid ""
292314"receive a stale module reference when another thread's import fails."
293315msgstr ""
294316
317+ msgid ""
318+ ":gh:`140594`: Fix an out of bounds read when a single NUL character is read "
319+ "from the standard input. Patch by Shamil Abdulaev."
320+ msgstr ""
321+
295322msgid ""
296323":gh:`130327`: Fix erroneous clearing of an object's :attr:`~object.__dict__` "
297324"if overwritten at runtime."
@@ -302,6 +329,16 @@ msgid ""
302329"construct CJK ideographs and Hangul syllables using case-insensitive names."
303330msgstr ""
304331
332+ msgid "Build"
333+ msgstr "Build"
334+
335+ msgid ""
336+ ":gh:`145801`: When Python build is optimized with GCC using PGO, use ``-"
337+ "fprofile-update=atomic`` option to use atomic operations when updating "
338+ "profile information. This option reduces the risk of gcov Data Files (.gcda) "
339+ "corruption which can cause random GCC crashes. Patch by Victor Stinner."
340+ msgstr ""
341+
305342msgid "Python 3.13.12 final"
306343msgstr ""
307344
@@ -858,9 +895,6 @@ msgid ""
858895"the file succeeded before flushing."
859896msgstr ""
860897
861- msgid "Build"
862- msgstr "Build"
863-
864898msgid ""
865899":gh:`142454`: When calculating the digest of the JIT stencils input, sort "
866900"the hashed files by filenames before adding their content to the hasher. "
0 commit comments