File tree Expand file tree Collapse file tree 5 files changed +16
-14
lines changed Expand file tree Collapse file tree 5 files changed +16
-14
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-4.797 %25-0.svg )
16+ ![ Total Translation of Documentation] ( https://img.shields.io/badge/Total-4.795 %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ść-4.797 %25-0.svg )
16+ ![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-4.795 %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-09-05 15:15 +0000\n "
14+ "POT-Creation-Date : 2025-09-09 15:03 +0000\n "
1515"PO-Revision-Date : 2025-07-18 19:20+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1202,6 +1202,11 @@ msgid ""
12021202"which interpreter they belong."
12031203msgstr ""
12041204
1205+ msgid ""
1206+ ":pep:`684` introduced the possibility of a :ref:`per-interpreter GIL <per-"
1207+ "interpreter-gil>`. See :c:func:`Py_NewInterpreterFromConfig`."
1208+ msgstr ""
1209+
12051210msgid ""
12061211"This data structure represents the state of a single thread. The only "
12071212"public data member is:"
@@ -1831,7 +1836,7 @@ msgid ""
18311836"interpreters or blocking any others. Thus a single Python process can truly "
18321837"take advantage of multiple CPU cores when running Python code. The "
18331838"isolation also encourages a different approach to concurrency than that of "
1834- "just using threads. (See :pep:`554`.)"
1839+ "just using threads. (See :pep:`554` and :pep:`684` .)"
18351840msgstr ""
18361841
18371842msgid ""
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-09-05 15:15 +0000\n "
14+ "POT-Creation-Date : 2025-09-09 15:03 +0000\n "
1515"PO-Revision-Date : 2025-07-18 19:20+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -59,9 +59,9 @@ msgid ""
5959msgstr ""
6060
6161msgid ""
62- "The current implementation keeps an array of integer objects for all "
63- "integers between ``-5`` and ``256``. When you create an int in that range "
64- "you actually just get back a reference to the existing object."
62+ "CPython keeps an array of integer objects for all integers between ``-5`` "
63+ "and ``256``. When you create an int in that range you actually just get "
64+ "back a reference to the existing object."
6565msgstr ""
6666
6767msgid ""
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-09-07 15:08 +0000\n "
14+ "POT-Creation-Date : 2025-09-09 15:03 +0000\n "
1515"PO-Revision-Date : 2025-07-18 19:22+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -84,12 +84,9 @@ msgid "Remove all items from the list. Similar to ``del a[:]``."
8484msgstr "Usuwa wszystkie elementy z listy. Podobne do ``del a[:]``."
8585
8686msgid ""
87- "Return zero-based index in the list of the first item whose value is equal "
88- "to *x*. Raises a :exc:`ValueError` if there is no such item."
87+ "Return zero-based index of the first occurrence of *x* in the list. Raises "
88+ "a :exc:`ValueError` if there is no such item."
8989msgstr ""
90- "Zwraca indeks (liczony od zera) pierwszego elementu na liście, którego "
91- "wartość jest równa *x*. Rzuca :exc:`ValueError`, jeśli nie ma takiego "
92- "elementu."
9390
9491msgid ""
9592"The optional arguments *start* and *end* are interpreted as in the slice "
You can’t perform that action at this time.
0 commit comments