File tree Expand file tree Collapse file tree 11 files changed +34
-17
lines changed
Expand file tree Collapse file tree 11 files changed +34
-17
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ f'''''')
1414]]] -->
1515![ build] ( https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg )
16- ![ Total Translation of Documentation] ( https://img.shields.io/badge/Total-5.661 %25-0.svg )
16+ ![ Total Translation of Documentation] ( https://img.shields.io/badge/Total-5.660 %25-0.svg )
1717![ 4 Translators] ( https://img.shields.io/badge/Translators-4-0.svg )
1818<!-- [[[end]]] -->
1919
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ f'''''')
1414]]] -->
1515![ build] ( https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg )
16- ![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-5.661 %25-0.svg )
16+ ![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-5.660 %25-0.svg )
1717![ 4 tłumaczy] ( https://img.shields.io/badge/tłumaczy-4-0.svg )
1818<!-- [[[end]]] -->
1919
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-10-05 14:53 +0000\n "
14+ "POT-Creation-Date : 2025-10-25 15:01 +0000\n "
1515"PO-Revision-Date : 2025-09-15 01:03+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -269,7 +269,7 @@ msgstr ""
269269msgid ""
270270"This format accepts any object which implements the read-write buffer "
271271"interface. It fills a :c:type:`Py_buffer` structure provided by the caller. "
272- "The buffer may contain embedded null bytes. The caller have to call :c:func:"
272+ "The buffer may contain embedded null bytes. The caller has to call :c:func:"
273273"`PyBuffer_Release` when it is done with the buffer."
274274msgstr ""
275275
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-10-05 14:53 +0000\n "
14+ "POT-Creation-Date : 2025-10-25 15:01 +0000\n "
1515"PO-Revision-Date : 2025-09-15 01:03+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -32,7 +32,7 @@ msgstr ""
3232
3333msgid ""
3434"This subtype of :c:type:`PyObject` represents an opaque value, useful for C "
35- "extension modules who need to pass an opaque value (as a :c:expr:`void*` "
35+ "extension modules which need to pass an opaque value (as a :c:expr:`void*` "
3636"pointer) through Python code to other C code. It is often used to make a C "
3737"function pointer defined in one module available to other modules, so the "
3838"regular import mechanism can be used to access C APIs defined in dynamically "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-10-05 14:53 +0000\n "
14+ "POT-Creation-Date : 2025-10-25 15:01 +0000\n "
1515"PO-Revision-Date : 2025-09-15 01:03+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -97,6 +97,12 @@ msgid ""
9797"was created, or ``NULL`` if the module wasn't created from a definition."
9898msgstr ""
9999
100+ msgid ""
101+ "On error, return ``NULL`` with an exception set. Use :c:func:"
102+ "`PyErr_Occurred` to tell this case apart from a mising :c:type:`!"
103+ "PyModuleDef`."
104+ msgstr ""
105+
100106msgid ""
101107"Return the name of the file from which *module* was loaded using *module*'s :"
102108"attr:`~module.__file__` attribute. If this is not defined, or if it is not "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-10-05 14:53 +0000\n "
14+ "POT-Creation-Date : 2025-10-25 15:01 +0000\n "
1515"PO-Revision-Date : 2025-09-15 01:03+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-10-13 15:08 +0000\n "
14+ "POT-Creation-Date : 2025-10-25 15:01 +0000\n "
1515"PO-Revision-Date : 2025-09-15 01:05+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -615,7 +615,7 @@ msgid "Convenience Functions"
615615msgstr ""
616616
617617msgid ""
618- "Convert *params* into an XML-RPC request. or into a response if "
618+ "Convert *params* into an XML-RPC request, or into a response if "
619619"*methodresponse* is true. *params* can be either a tuple of arguments or an "
620620"instance of the :exc:`Fault` exception class. If *methodresponse* is true, "
621621"only a single value can be returned, meaning that *params* must be of length "
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.13\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-10-03 14:59 +0000\n "
15+ "POT-Creation-Date : 2025-10-23 15:08 +0000\n "
1616"PO-Revision-Date : 2025-09-15 01:05+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 "
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.13\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-10-03 14:59 +0000\n "
15+ "POT-Creation-Date : 2025-10-23 15:08 +0000\n "
1616"PO-Revision-Date : 2025-09-15 01:05+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 "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-10-05 14:53 +0000\n "
14+ "POT-Creation-Date : 2025-10-25 15:01 +0000\n "
1515"PO-Revision-Date : 2025-09-15 01:05+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
You can’t perform that action at this time.
0 commit comments