File tree Expand file tree Collapse file tree 15 files changed +76
-18
lines changed
Expand file tree Collapse file tree 15 files changed +76
-18
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-10-05 14:11 +0000\n "
14+ "POT-Creation-Date : 2025-10-25 14:12 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Hungarian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -251,7 +251,7 @@ msgstr ""
251251msgid ""
252252"This format accepts any object which implements the read-write buffer "
253253"interface. It fills a :c:type:`Py_buffer` structure provided by the caller. "
254- "The buffer may contain embedded null bytes. The caller have to call :c:func:"
254+ "The buffer may contain embedded null bytes. The caller has to call :c:func:"
255255"`PyBuffer_Release` when it is done with the buffer."
256256msgstr ""
257257
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.14\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2025-10-05 14:11 +0000\n "
11+ "POT-Creation-Date : 2025-10-25 14:12 +0000\n "
1212"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1313"Language-Team : Hungarian (https://app.transifex.com/python-doc/teams/5390/ "
1414"hu/)\n "
@@ -27,7 +27,7 @@ msgstr ""
2727
2828msgid ""
2929"This subtype of :c:type:`PyObject` represents an opaque value, useful for C "
30- "extension modules who need to pass an opaque value (as a :c:expr:`void*` "
30+ "extension modules which need to pass an opaque value (as a :c:expr:`void*` "
3131"pointer) through Python code to other C code. It is often used to make a C "
3232"function pointer defined in one module available to other modules, so the "
3333"regular import mechanism can be used to access C APIs defined in dynamically "
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.14\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2025-10-05 14:11 +0000\n "
11+ "POT-Creation-Date : 2025-10-25 14:12 +0000\n "
1212"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1313"Language-Team : Hungarian (https://app.transifex.com/python-doc/teams/5390/ "
1414"hu/)\n "
@@ -92,6 +92,12 @@ msgid ""
9292"was created, or ``NULL`` if the module wasn't created from a definition."
9393msgstr ""
9494
95+ msgid ""
96+ "On error, return ``NULL`` with an exception set. Use :c:func:"
97+ "`PyErr_Occurred` to tell this case apart from a mising :c:type:`!"
98+ "PyModuleDef`."
99+ msgstr ""
100+
95101msgid ""
96102"Return the name of the file from which *module* was loaded using *module*'s :"
97103"attr:`~module.__file__` attribute. If this is not defined, or if it is not "
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.14\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2025-10-05 14:11 +0000\n "
11+ "POT-Creation-Date : 2025-10-25 14:12 +0000\n "
1212"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1313"Language-Team : Hungarian (https://app.transifex.com/python-doc/teams/5390/ "
1414"hu/)\n "
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.14\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2025-10-05 14:11 +0000\n "
11+ "POT-Creation-Date : 2025-10-25 14:12 +0000\n "
1212"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1313"Language-Team : Hungarian (https://app.transifex.com/python-doc/teams/5390/ "
1414"hu/)\n "
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.14\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2025-10-05 14:11 +0000\n "
11+ "POT-Creation-Date : 2025-10-25 14:12 +0000\n "
1212"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1313"Language-Team : Hungarian (https://app.transifex.com/python-doc/teams/5390/ "
1414"hu/)\n "
@@ -571,6 +571,12 @@ msgid ""
571571"``str`` is a constant containing the text of the interpolation expression."
572572msgstr ""
573573
574+ msgid ""
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+ msgstr ""
579+
574580msgid "-1: no conversion"
575581msgstr ""
576582
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.14\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2025-10-05 14:11 +0000\n "
11+ "POT-Creation-Date : 2025-10-25 14:12 +0000\n "
1212"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1313"Language-Team : Hungarian (https://app.transifex.com/python-doc/teams/5390/ "
1414"hu/)\n "
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.14\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2025-10-05 14:11 +0000\n "
11+ "POT-Creation-Date : 2025-10-25 14:12 +0000\n "
1212"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1313"Language-Team : Hungarian (https://app.transifex.com/python-doc/teams/5390/ "
1414"hu/)\n "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-10-03 14:13 +0000\n "
14+ "POT-Creation-Date : 2025-10-23 14:15 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : Transifex Bot <>, 2025\n "
1717"Language-Team : Hungarian (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.14\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2025-10-03 14:13 +0000\n "
11+ "POT-Creation-Date : 2025-10-23 14:15 +0000\n "
1212"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1313"Language-Team : Hungarian (https://app.transifex.com/python-doc/teams/5390/ "
1414"hu/)\n "
You can’t perform that action at this time.
0 commit comments