@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version: Python 3.14\n"
1313"Report-Msgid-Bugs-To: \n"
14- "POT-Creation-Date: 2026-06-05 17:18 +0000\n"
14+ "POT-Creation-Date: 2026-06-07 16:19 +0000\n"
1515"PO-Revision-Date: 2026-05-08 17:19+0000\n"
1616"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n"
1717"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -61,6 +61,12 @@ msgstr ""
6161msgid "Security"
6262msgstr "Bezpieczeństwo"
6363
64+ msgid ""
65+ ":gh:`149835`: :func:`shutil.move` now resolves symlinks via :func:`os.path."
66+ "realpath` when checking whether the destination is inside the source "
67+ "directory, preventing a symlink-based bypass of that guard."
68+ msgstr ""
69+
6470msgid ""
6571":gh:`149698`: Update bundled `libexpat <https://libexpat.github.io/>`_ to "
6672"version 2.8.1 for the fix for :cve:`2026-45186`."
@@ -205,6 +211,12 @@ msgid ""
205211"call ``str(obj)`` on :class:`str` subclasses. Patch by Thomas Kowalski."
206212msgstr ""
207213
214+ msgid ""
215+ ":gh:`148954`: Fix XML injection vulnerability in :func:`xmlrpc.client.dumps` "
216+ "where the ``methodname`` was not being escaped before interpolation into the "
217+ "XML body."
218+ msgstr ""
219+
208220msgid ""
209221":gh:`148441`: :mod:`xml.parsers.expat`: prevent a crash in :meth:`~xml."
210222"parsers.expat.xmlparser.CharacterDataHandler` when the character data size "
@@ -245,6 +257,12 @@ msgid ""
245257"`str` instead of :class:`bytes`. Patch by Florian Best."
246258msgstr ""
247259
260+ msgid "IDLE"
261+ msgstr "IDLE"
262+
263+ msgid ":issue:`6699`: Warn the user if a file will be overwritten when saving."
264+ msgstr ""
265+
248266msgid "Documentation"
249267msgstr "Dokumentacja"
250268
@@ -274,6 +292,11 @@ msgid ""
274292"handler."
275293msgstr ""
276294
295+ msgid ""
296+ ":gh:`150207`: Fix a crash when a memory allocation fails during tokenizer "
297+ "initialization. A proper :exc:`MemoryError` is now raised instead."
298+ msgstr ""
299+
277300msgid ""
278301":gh:`150107`: :mod:`asyncio`: ``sendfile()`` and ``sock_sendfile()`` event "
279302"loop methods now call ``file.seek(offset)`` if *file* has a ``seek()`` "
@@ -1944,9 +1967,6 @@ msgid ""
19441967"occurred."
19451968msgstr ""
19461969
1947- msgid "IDLE"
1948- msgstr "IDLE"
1949-
19501970msgid ""
19511971":gh:`143774`: Better explain the operation of Format / Format Paragraph."
19521972msgstr ""
0 commit comments