@@ -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-07-31 14:20 +0000\n"
14+ "POT-Creation-Date: 2025-08-05 14:23 +0000\n"
1515"PO-Revision-Date: 2025-07-18 18:50+0000\n"
1616"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -35,6 +35,15 @@ msgstr "*Data wydania: XX.XX.XXXX*"
3535msgid "Library"
3636msgstr "Biblioteka"
3737
38+ msgid ""
39+ ":gh:`137257`: Bump the version of pip bundled in ensurepip to version 25.2"
40+ msgstr ""
41+
42+ msgid ""
43+ ":gh:`130522`: Fix unraisable :exc:`TypeError` raised during :term:"
44+ "`interpreter shutdown` in the :mod:`threading` module."
45+ msgstr ""
46+
3847msgid ""
3948":gh:`137059`: Fix handling of file URLs with a Windows drive letter in the "
4049"URL authority by :func:`urllib.request.url2pathname`. This fixes a "
@@ -50,6 +59,14 @@ msgstr ""
5059msgid "Core and Builtins"
5160msgstr "Core i builtiny"
5261
62+ msgid ""
63+ ":gh:`137314`: Fixed a regression where raw f-strings incorrectly interpreted "
64+ "escape sequences in format specifications. Raw f-strings now properly "
65+ "preserve literal backslashes in format specs, matching the behavior from "
66+ "Python 3.11. For example, ``rf\"{obj:\\xFF}\"`` now correctly produces ``'\\"
67+ "\\xFF'`` instead of ``'ÿ'``. Patch by Pablo Galindo."
68+ msgstr ""
69+
5370msgid ""
5471":gh:`136870`: Fix data races while de-instrumenting bytecode of code objects "
5572"running concurrently in threads."