@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.11\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2024-05-31 15:21 +0000\n "
14
+ "POT-Creation-Date : 2024-06-14 19:33 +0000\n "
15
15
"PO-Revision-Date : 2023-05-24 02:23+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -205,12 +205,17 @@ msgid ""
205
205
"it would have printed B, B, B --- the first matching *except clause* is "
206
206
"triggered."
207
207
msgstr ""
208
+ "Zauważ, że jeśli *klauzule except* byłyby odwrócone (z ``except B`` na "
209
+ "pierwszym miejscu), wypisane zostałoby B, B, B --- uruchamiana jest pierwsza "
210
+ "pasująca *klauzula except*."
208
211
209
212
msgid ""
210
213
"When an exception occurs, it may have associated values, also known as the "
211
214
"exception's *arguments*. The presence and types of the arguments depend on "
212
215
"the exception type."
213
216
msgstr ""
217
+ "Gdy wystąpi wyjątek, może on mieć powiązane wartości, znane również jako "
218
+ "*argumenty* wyjątku. Obecność i typy argumentów zależą od typu wyjątku."
214
219
215
220
msgid ""
216
221
"The *except clause* may specify a variable after the exception name. The "
@@ -219,6 +224,11 @@ msgid ""
219
224
"types define :meth:`~object.__str__` to print all the arguments without "
220
225
"explicitly accessing ``.args``. ::"
221
226
msgstr ""
227
+ "*Klauzula except* może określać nazwę zmiennej po nazwie wyjątku. Zmienna "
228
+ "jest powiązana z instancją wyjątku, która zazwyczaj posiada atrybut ``args`` "
229
+ "przechowujący argumenty. Dla wygody, typy wyjątków wbudowanych definiują :"
230
+ "meth:`~object.__str__` drukującą wszystkie argumenty bez odwoływania się do "
231
+ "``.args``. ::"
222
232
223
233
msgid ""
224
234
"The exception's :meth:`~object.__str__` output is printed as the last part "
0 commit comments