@@ -133,32 +133,42 @@ msgid ""
133133":pep:`624`: :ref:`Py_UNICODE encoder APIs have been removed <whatsnew311-"
134134"pep624>`"
135135msgstr ""
136+ ":pep:`624`: :ref:`Usunięto API encodera Py_UNICODE <whatsnew311-pep624>`"
136137
137138msgid ""
138139":pep:`670`: :ref:`Macros converted to static inline functions <whatsnew311-"
139140"pep670>`"
140141msgstr ""
142+ ":pep:`670`: :ref:`Makra przekonwertowane na statycznie funkcje inline "
143+ "<whatsnew311-pep670>`"
141144
142145msgid "New Features"
143146msgstr "Nowe funkcjonalności"
144147
145148msgid "PEP 657: Fine-grained error locations in tracebacks"
146- msgstr ""
149+ msgstr "PEP 657: Szczegółowe lokalizacje błędów w tracebackach "
147150
148151msgid ""
149152"When printing tracebacks, the interpreter will now point to the exact "
150153"expression that caused the error, instead of just the line. For example:"
151154msgstr ""
155+ "Podczas drukowania tracebacków, interpreter będzie teraz wskazywał na "
156+ "dokładne wyrażenie, które spowodowało błąd, zamiast tylko na linię. Na "
157+ "przykład:"
152158
153159msgid ""
154160"Previous versions of the interpreter would point to just the line, making it "
155161"ambiguous which object was ``None``. These enhanced errors can also be "
156162"helpful when dealing with deeply nested :class:`dict` objects and multiple "
157163"function calls:"
158164msgstr ""
165+ "Poprzednie wersje interpretera wskazywałyby tylko na linię, czyniąc "
166+ "niejednoznacznym, który obiekt był ``None``. Te ulepszone błędy mogą być "
167+ "również pomocne, gdy mamy do czynienia z głęboko zagnieżdżonymi obiektami :"
168+ "class:`dict` i wieloma wywołaniami funkcji:"
159169
160170msgid "As well as complex arithmetic expressions:"
161- msgstr ""
171+ msgstr "Jak również ze złożonymi wyrażeniami arytmetycznymi: "
162172
163173msgid ""
164174"Additionally, the information used by the enhanced traceback feature is made "
0 commit comments