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'''''')
14
14
]]] -->
15
15
![ 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 )
17
17
![ 4 Translators] ( https://img.shields.io/badge/Translators-4-0.svg )
18
18
<!-- [[[end]]] -->
19
19
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ f'''''')
14
14
]]] -->
15
15
![ 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 )
17
17
![ 4 tłumaczy] ( https://img.shields.io/badge/tłumaczy-4-0.svg )
18
18
<!-- [[[end]]] -->
19
19
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.13\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2025-07-18 19:20+0000\n "
16
16
"Last-Translator : python-doc bot, 2025\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1202,6 +1202,11 @@ msgid ""
1202
1202
"which interpreter they belong."
1203
1203
msgstr ""
1204
1204
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
+
1205
1210
msgid ""
1206
1211
"This data structure represents the state of a single thread. The only "
1207
1212
"public data member is:"
@@ -1831,7 +1836,7 @@ msgid ""
1831
1836
"interpreters or blocking any others. Thus a single Python process can truly "
1832
1837
"take advantage of multiple CPU cores when running Python code. The "
1833
1838
"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` .)"
1835
1840
msgstr ""
1836
1841
1837
1842
msgid ""
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.13\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2025-07-18 19:20+0000\n "
16
16
"Last-Translator : python-doc bot, 2025\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -59,9 +59,9 @@ msgid ""
59
59
msgstr ""
60
60
61
61
msgid ""
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."
65
65
msgstr ""
66
66
67
67
msgid ""
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.13\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2025-07-18 19:22+0000\n "
16
16
"Last-Translator : python-doc bot, 2025\n "
17
17
"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[:]``."
84
84
msgstr "Usuwa wszystkie elementy z listy. Podobne do ``del a[:]``."
85
85
86
86
msgid ""
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."
89
89
msgstr ""
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."
93
90
94
91
msgid ""
95
92
"The optional arguments *start* and *end* are interpreted as in the slice "
You can’t perform that action at this time.
0 commit comments