Skip to content

Commit e051303

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 4ecd9dd commit e051303

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

library/urllib.request.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-07-25 14:21+0000\n"
14+
"POT-Creation-Date: 2025-08-05 14:23+0000\n"
1515
"PO-Revision-Date: 2025-07-18 18:49+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1157,7 +1157,7 @@ msgstr ""
11571157
msgid "the three-digit code of the error, as a string,"
11581158
msgstr ""
11591159

1160-
msgid "the user-visible explanation of the code, as as string, and"
1160+
msgid "the user-visible explanation of the code, as a string, and"
11611161
msgstr ""
11621162

11631163
msgid "the headers of the error, as a mapping object."

whatsnew/changelog.po

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
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 <[email protected]>, 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*"
3535
msgid "Library"
3636
msgstr "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+
3847
msgid ""
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 ""
5059
msgid "Core and Builtins"
5160
msgstr "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+
5370
msgid ""
5471
":gh:`136870`: Fix data races while de-instrumenting bytecode of code objects "
5572
"running concurrently in threads."

0 commit comments

Comments
 (0)