@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version: Python 3.15\n"
1313"Report-Msgid-Bugs-To: \n"
14- "POT-Creation-Date: 2026-05-09 14:43 +0000\n"
14+ "POT-Creation-Date: 2026-05-11 16:26 +0000\n"
1515"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616"Last-Translator: python-doc bot, 2026\n"
1717"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -41,9 +41,48 @@ msgid ""
4141"reader now accept any path-like object. Patch by Maurycy Pawłowski-Wieroński."
4242msgstr ""
4343
44+ msgid ""
45+ ":gh:`149486`: :func:`tarfile.data_filter` now validates link targets using "
46+ "the same normalised value that is written to disk, strips trailing "
47+ "separators from the member name when resolving a symlink's directory, and "
48+ "rejects link members that would replace the destination directory itself. "
49+ "This closes several path-traversal bypasses of the ``data`` extraction "
50+ "filter."
51+ msgstr ""
52+
53+ msgid "Library"
54+ msgstr "Biblioteka"
55+
56+ msgid ":gh:`139489`: Add :func:`xml.is_valid_text` to ``xml.__all__``."
57+ msgstr ""
58+
59+ msgid ""
60+ ":gh:`112821`: In the REPL, autocompletion might run arbitrary code in the "
61+ "getter of a descriptor. If that getter raised an exception, autocompletion "
62+ "would fail to present any options for the entire object. Autocompletion now "
63+ "works as expected for these objects."
64+ msgstr ""
65+
66+ msgid ""
67+ ":gh:`149388`: Make :class:`!asyncio.windows_utils.PipeHandle` closing "
68+ "idempotent."
69+ msgstr ""
70+
71+ msgid ""
72+ ":gh:`148441`: :mod:`xml.parsers.expat`: prevent a crash in :meth:`~xml."
73+ "parsers.expat.xmlparser.CharacterDataHandler` when the character data size "
74+ "exceeds the parser's :attr:`buffer size <xml.parsers.expat.xmlparser."
75+ "buffer_size>`."
76+ msgstr ""
77+
4478msgid "Core and Builtins"
4579msgstr "Core i builtiny"
4680
81+ msgid ""
82+ ":gh:`144957`: Fix lazy ``from`` imports of module attributes provided by "
83+ "module-level ``__getattr__``."
84+ msgstr ""
85+
4786msgid ""
4887":gh:`149459`: Fix a crash in the JIT optimizer when a specialized "
4988"``LOAD_SPECIAL`` guard deoptimized after inserting the synthetic ``NULL`` "
@@ -427,9 +466,6 @@ msgid ""
427466"tier 2 optimizer so that follow-up type guards can be eliminated."
428467msgstr ""
429468
430- msgid "Library"
431- msgstr "Biblioteka"
432-
433469msgid ""
434470":gh:`148823`: Defer the import of ``_colorize`` in ``argparse`` until needed "
435471"for coloring output."
0 commit comments