Skip to content

Commit 374f16f

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 2821cc0 commit 374f16f

2 files changed

Lines changed: 52 additions & 2 deletions

File tree

reference/import.po

Lines changed: 16 additions & 1 deletion
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-05-27 16:58+0000\n"
14+
"POT-Creation-Date: 2026-06-02 00:16+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -159,6 +159,13 @@ msgid ""
159159
"__init__.py`` respectively."
160160
msgstr ""
161161

162+
msgid ""
163+
"A subdirectory inside a regular package that does not contain an ``__init__."
164+
"py`` file is treated as an implicit :ref:`namespace package <reference-"
165+
"namespace-package>` (a \"namespace subpackage\") rooted in that parent. "
166+
"See :pep:`420` for the underlying specification."
167+
msgstr ""
168+
162169
msgid "Namespace packages"
163170
msgstr ""
164171

@@ -189,6 +196,14 @@ msgid ""
189196
"or one of its subpackages is imported."
190197
msgstr ""
191198

199+
msgid ""
200+
"Namespace packages may also be nested inside a regular package. When the "
201+
"import system searches a regular package's ``__path__`` and encounters a "
202+
"subdirectory that does not contain an ``__init__.py`` file, that "
203+
"subdirectory becomes a :term:`portion` contributing to a namespace "
204+
"subpackage of the enclosing regular package."
205+
msgstr ""
206+
192207
msgid "See also :pep:`420` for the namespace package specification."
193208
msgstr ""
194209

whatsnew/changelog.po

Lines changed: 36 additions & 1 deletion
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-05-31 15:14+0000\n"
15+
"POT-Creation-Date: 2026-06-02 00:16+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/"
@@ -35,6 +35,12 @@ msgstr "*Tanggal rilis: XXXX-XX-XX*"
3535
msgid "macOS"
3636
msgstr "macOS"
3737

38+
msgid ""
39+
":gh:`150644`: When system logging is enabled (with ``config."
40+
"use_system_logger``, messages are now tagged as public. This allows the "
41+
"macOS 26 system logger to view messages without special configuration."
42+
msgstr ""
43+
3844
msgid ""
3945
":gh:`149029`: Update macOS installer to ship with SQLite version 3.53.1."
4046
msgstr ""
@@ -126,12 +132,26 @@ msgstr ""
126132
msgid "Library"
127133
msgstr "Pustaka"
128134

135+
msgid ":gh:`150685`: Update bundled pip to 26.1.2"
136+
msgstr ""
137+
129138
msgid ""
130139
":gh:`150406`: Fix a possible crash occurring during :mod:`socket` module "
131140
"initialization when the system is out of memory on platforms without a "
132141
"reentrant ``gethostbyname``."
133142
msgstr ""
134143

144+
msgid ""
145+
":gh:`150372`: :mod:`readline`: Fix a potential crash during tab completion "
146+
"caused by an out-of-memory error during module initialization."
147+
msgstr ""
148+
149+
msgid ""
150+
":gh:`150157`: Fix a crash in free-threaded builds that occurs when pickling "
151+
"by name objects without a ``__module__`` attribute while :data:`sys.modules` "
152+
"is concurrently being modified."
153+
msgstr ""
154+
135155
msgid ""
136156
":gh:`150175`: Fix race condition in :class:`unittest.mock.ThreadingMock` "
137157
"where concurrent calls could lose increments to ``call_count`` and other "
@@ -237,6 +257,11 @@ msgid ""
237257
"works as expected for these objects."
238258
msgstr ""
239259

260+
msgid ""
261+
":gh:`149534`: Fix merging of :class:`collections.defaultdict` and :class:"
262+
"`frozendict`."
263+
msgstr ""
264+
240265
msgid ""
241266
":gh:`149388`: Make :class:`!asyncio.windows_utils.PipeHandle` closing "
242267
"idempotent."
@@ -255,6 +280,11 @@ msgid ""
255280
"to :func:`json.loads`. Patch by Thomas Kowalski."
256281
msgstr ""
257282

283+
msgid ""
284+
":gh:`149046`: :mod:`io`: Fix :class:`io.StringIO` serialization: no longer "
285+
"call ``str(obj)`` on :class:`str` subclasses. Patch by Thomas Kowalski."
286+
msgstr ""
287+
258288
msgid ""
259289
":gh:`148441`: :mod:`xml.parsers.expat`: prevent a crash in :meth:`~xml."
260290
"parsers.expat.xmlparser.CharacterDataHandler` when the character data size "
@@ -300,6 +330,11 @@ msgid ""
300330
"with the gzip extra field."
301331
msgstr ""
302332

333+
msgid ""
334+
":gh:`121109`: Fix :mod:`tarfile` performance issue when reading archives in "
335+
"streaming mode (e.g. ``r|*``)."
336+
msgstr ""
337+
303338
msgid ""
304339
":issue:`45509`: Gzip headers are now checked for corrupted NAME, COMMENT and "
305340
"HCRC fields."

0 commit comments

Comments
 (0)