@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version: Python 3.14\n"
13
13
"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"
15
15
"PO-Revision-Date: 2025-07-18 18:50+0000\n"
16
16
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17
17
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -35,6 +35,15 @@ msgstr "*Data wydania: XX.XX.XXXX*"
35
35
msgid "Library"
36
36
msgstr "Biblioteka"
37
37
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
+
38
47
msgid ""
39
48
":gh:`137059`: Fix handling of file URLs with a Windows drive letter in the "
40
49
"URL authority by :func:`urllib.request.url2pathname`. This fixes a "
@@ -50,6 +59,14 @@ msgstr ""
50
59
msgid "Core and Builtins"
51
60
msgstr "Core i builtiny"
52
61
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
+
53
70
msgid ""
54
71
":gh:`136870`: Fix data races while de-instrumenting bytecode of code objects "
55
72
"running concurrently in threads."
0 commit comments