@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version: Python 3.15\n"
1414"Report-Msgid-Bugs-To: \n"
15- "POT-Creation-Date: 2026-07-25 14:57 +0000\n"
15+ "POT-Creation-Date: 2026-07-27 16:10 +0000\n"
1616"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1717"Last-Translator: python-doc bot, 2026\n"
1818"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -71,6 +71,13 @@ msgstr ""
7171msgid "Library"
7272msgstr "Pustaka"
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+
7481msgid ""
7582":gh:`142035`: Fix incorrect wrapping of :mod:`argparse` help text when color "
7683"is enabled."
@@ -82,13 +89,23 @@ msgid ""
8289msgstr ""
8390
8491msgid ""
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."
8796msgstr ""
8897
8998msgid ""
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."
92109msgstr ""
93110
94111msgid ""
@@ -222,6 +239,11 @@ msgid ""
222239"``StreamReader`` transport in sync with the upgraded transport."
223240msgstr ""
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+
225247msgid ""
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."
248270msgstr ""
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+
250278msgid ""
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 ""
264292msgid "Core and Builtins"
265293msgstr "Inti dan Bawaan"
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+
267300msgid ""
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."
307340msgstr ""
308341
342+ msgid ""
343+ ":gh:`150208`: Avoid double-quoting string values from ``pyconfig.h`` in "
344+ "``sysconfigdata`` variables."
345+ msgstr ""
346+
309347msgid "Python 3.15.0 beta 4"
310348msgstr ""
311349
0 commit comments