@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.11\n "
1313"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 "
1515"PO-Revision-Date : 2023-05-24 02:23+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -205,12 +205,17 @@ msgid ""
205205"it would have printed B, B, B --- the first matching *except clause* is "
206206"triggered."
207207msgstr ""
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*."
208211
209212msgid ""
210213"When an exception occurs, it may have associated values, also known as the "
211214"exception's *arguments*. The presence and types of the arguments depend on "
212215"the exception type."
213216msgstr ""
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."
214219
215220msgid ""
216221"The *except clause* may specify a variable after the exception name. The "
@@ -219,6 +224,11 @@ msgid ""
219224"types define :meth:`~object.__str__` to print all the arguments without "
220225"explicitly accessing ``.args``. ::"
221226msgstr ""
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``. ::"
222232
223233msgid ""
224234"The exception's :meth:`~object.__str__` output is printed as the last part "
0 commit comments