Skip to content

Commit c1d52a3

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent f696e88 commit c1d52a3

2 files changed

Lines changed: 48 additions & 7 deletions

File tree

library/curses.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-07-19 14:48+0000\n"
15+
"POT-Creation-Date: 2026-07-27 16:10+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1059,7 +1059,10 @@ msgid ""
10591059
"are the character proper and the upper bits are the attributes; extract them "
10601060
"with the :data:`A_CHARTEXT` and :data:`A_ATTRIBUTES` bit-masks, and the "
10611061
"color pair with :func:`pair_number`. The character byte is the locale-"
1062-
"encoded byte of the cell's character, consistent with :meth:`instr`."
1062+
"encoded byte of the cell's character, consistent with :meth:`instr`. On a "
1063+
"wide-character build, a character that does not fit in a single byte in the "
1064+
"current locale has a character byte of ``0``; use :meth:`instr` to read such "
1065+
"characters."
10631066
msgstr ""
10641067

10651068
msgid ""

whatsnew/changelog.po

Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-07-25 14:57+0000\n"
14+
"POT-Creation-Date: 2026-07-27 16:10+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"
@@ -71,6 +71,13 @@ msgstr ""
7171
msgid "Library"
7272
msgstr "Biblioteka"
7373

74+
msgid ""
75+
":gh:`93251`: Fix :exc:`UnicodeDecodeError` in :mod:`socket` functions (such "
76+
"as :func:`~socket.getaddrinfo` and :func:`~socket.gethostbyaddr`) when the "
77+
"localized error message of the C library is not UTF-8: decode it from the "
78+
"locale encoding."
79+
msgstr ""
80+
7481
msgid ""
7582
":gh:`142035`: Fix incorrect wrapping of :mod:`argparse` help text when color "
7683
"is enabled."
@@ -82,13 +89,23 @@ msgid ""
8289
msgstr ""
8390

8491
msgid ""
85-
":gh:`154460`: Fix :func:`time.strftime` and :meth:`datetime.datetime."
86-
"strftime` returning a wrong ISO 8601 week number (``%V``) on OpenBSD."
92+
":gh:`154189`: Fixed a potential use-after-free when calling :func:`functools."
93+
"partial`. Now, when invoking a :func:`~functools.partial` object, the stored "
94+
"function, positional arguments, and keyword arguments are preserved for the "
95+
"duration of the call in case of reentrancy."
8796
msgstr ""
8897

8998
msgid ""
90-
":gh:`154431`: Fixes a data race in free-threading build in :func:`sys."
91-
"addaudithook`."
99+
":gh:`73458`: Fix :func:`logging.config.listen`: it left the caller waiting "
100+
"for the ``ready`` event forever if the server could not be started, for "
101+
"example if the port was invalid or already in use. It now also binds to an "
102+
"IPv6 address if the host has no IPv4 address, for example if ``localhost`` "
103+
"is only aliased to ``::1``."
104+
msgstr ""
105+
106+
msgid ""
107+
":gh:`154460`: Fix :func:`time.strftime` and :meth:`datetime.datetime."
108+
"strftime` returning a wrong ISO 8601 week number (``%V``) on OpenBSD."
92109
msgstr ""
93110

94111
msgid ""
@@ -222,6 +239,11 @@ msgid ""
222239
"``StreamReader`` transport in sync with the upgraded transport."
223240
msgstr ""
224241

242+
msgid ""
243+
":gh:`151955`: Allow more types to be used in the ``bound`` argument to :"
244+
"class:`typing.ParamSpec` and :class:`typing.TypeVarTuple`."
245+
msgstr ""
246+
225247
msgid ""
226248
":gh:`119710`: Fix :mod:`asyncio` subprocess :meth:`~asyncio.subprocess."
227249
"Process.wait` hanging when the process has exited but one of its pipes is "
@@ -247,6 +269,12 @@ msgid ""
247269
"show \"Function not implemented\" error."
248270
msgstr ""
249271

272+
msgid ""
273+
":gh:`140326`: Fix the :mod:`asyncio` REPL namespace so that relative imports "
274+
"no longer resolve against the :mod:`asyncio` package and ``__file__`` is no "
275+
"longer set."
276+
msgstr ""
277+
250278
msgid ""
251279
":gh:`103925`: Fix :meth:`csv.Sniffer.sniff` for a sample with ``\\r\\n`` "
252280
"line endings in which a quoted field ends a line: a letter could be detected "
@@ -264,6 +292,11 @@ msgstr ""
264292
msgid "Core and Builtins"
265293
msgstr "Core i builtiny"
266294

295+
msgid ""
296+
":gh:`154695`: Fix :class:`asyncio.Task` raising :exc:`AttributeError` when "
297+
"created with ``eager_start=True`` and no explicit *loop* argument."
298+
msgstr ""
299+
267300
msgid ""
268301
":gh:`153809`: Fix interpreter crash while deallocating objects of :class:"
269302
"`asyncio.Task` on free-threaded builds. Contributed by Sergey Miryanov."
@@ -306,6 +339,11 @@ msgid ""
306339
"instead of reporting them as missing attributes."
307340
msgstr ""
308341

342+
msgid ""
343+
":gh:`150208`: Avoid double-quoting string values from ``pyconfig.h`` in "
344+
"``sysconfigdata`` variables."
345+
msgstr ""
346+
309347
msgid "Python 3.15.0 beta 4"
310348
msgstr ""
311349

0 commit comments

Comments
 (0)