We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb7ebf00 commit9fab64dCopy full SHA for 9fab64d
c-api/arg.po
@@ -11,7 +11,7 @@ msgid ""
11
msgstr ""
12
"Project-Id-Version:Python 3.14\n"
13
"Report-Msgid-Bugs-To:\n"
14
-"POT-Creation-Date:2025-10-07 14:17+0000\n"
+"POT-Creation-Date:2025-10-25 14:12+0000\n"
15
"PO-Revision-Date:2025-09-16 00:00+0000\n"
16
"Last-Translator:python-doc bot, 2025\n"
17
"Language-Team:Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -332,7 +332,7 @@ msgstr "``w*`` (baca-tulis :term:`bytes-like object`) [Py_buffer]"
332
msgid""
333
"This format accepts any object which implements the read-write buffer "
334
"interface. It fills a :c:type:`Py_buffer` structure provided by the caller. "
335
-"The buffer may contain embedded null bytes. The callerhave to call :c:func:"
+"The buffer may contain embedded null bytes. The callerhas to call :c:func:"
336
"`PyBuffer_Release` when it is done with the buffer."
337
msgstr""
338
c-api/capsule.po
@@ -12,7 +12,7 @@ msgid ""
-"POT-Creation-Date:2025-10-17 14:15+0000\n"
"Last-Translator:Hengky Kurniawan, 2025\n"
18
@@ -32,7 +32,7 @@ msgstr ""
32
33
34
"This subtype of :c:type:`PyObject` represents an opaque value, useful for C "
35
-"extension moduleswho need to pass an opaque value (as a :c:expr:`void*` "
+"extension moduleswhich need to pass an opaque value (as a :c:expr:`void*` "
36
"pointer) through Python code to other C code. It is often used to make a C "
37
"function pointer defined in one module available to other modules, so the "
38
"regular import mechanism can be used to access C APIs defined in dynamically "
c-api/module.po
-"POT-Creation-Date:2025-10-05 14:11+0000\n"
@@ -96,6 +96,12 @@ msgid ""
96
"was created, or ``NULL`` if the module wasn't created from a definition."
97
98
99
+msgid""
100
+"On error, return ``NULL`` with an exception set. Use :c:func:"
101
+"`PyErr_Occurred` to tell this case apart from a mising :c:type:`!"
102
+"PyModuleDef`."
103
+msgstr""
104
+
105
106
"Return the name of the file from which *module* was loaded using *module*'s :"
107
"attr:`~module.__file__` attribute. If this is not defined, or if it is not "
deprecations/index.po
deprecations/pending-removal-in-future.po
library/ast.po
@@ -8,7 +8,7 @@ msgid ""
8
9
10
"id/)\n"
@@ -571,6 +571,12 @@ msgid ""
571
"``str`` is a constant containing the text of the interpolation expression."
572
573
574
575
+"If ``str`` is set to ``None``, then ``value`` is used to generate code when "
576
+"calling :func:`ast.unparse`. This no longer guarantees that the generated "
577
+"code is identical to the original and is intended for code generation."
578
579
580
msgid"-1: no conversion"
581
582
library/asyncio-stream.po
library/compression.po
"PO-Revision-Date:2025-09-16 00:01+0000\n"
library/string.templatelib.po
library/sysconfig.po