Skip to content

Commit 4e7e507

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 9df476b commit 4e7e507

2 files changed

Lines changed: 34 additions & 13 deletions

File tree

library/traceback.po

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-05-13 16:14+0000\n"
14+
"POT-Creation-Date: 2026-05-25 16:17+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -172,10 +172,8 @@ msgid ""
172172
"<traceback-objects>` *tb*. It is useful for alternate formatting of stack "
173173
"traces. The optional *limit* argument has the same meaning as for :func:"
174174
"`print_tb`. A \"pre-processed\" stack trace entry is a :class:"
175-
"`FrameSummary` object containing attributes :attr:`~FrameSummary.filename`, :"
176-
"attr:`~FrameSummary.lineno`, :attr:`~FrameSummary.name`, and :attr:"
177-
"`~FrameSummary.line` representing the information that is usually printed "
178-
"for a stack trace."
175+
"`FrameSummary` object with attributes representing the information that is "
176+
"usually printed for a stack trace."
179177
msgstr ""
180178

181179
msgid ""
@@ -202,9 +200,9 @@ msgstr ""
202200

203201
msgid ""
204202
"Format the exception part of a traceback using an exception value such as "
205-
"given by :data:`sys.last_value`. The return value is a list of strings, "
206-
"each ending in a newline. The list contains the exception's message, which "
207-
"is normally a single string; however, for :exc:`SyntaxError` exceptions, it "
203+
"given by :data:`sys.last_exc`. The return value is a list of strings, each "
204+
"ending in a newline. The list contains the exception's message, which is "
205+
"normally a single string; however, for :exc:`SyntaxError` exceptions, it "
208206
"contains several lines that (when printed) display detailed information "
209207
"about where the syntax error occurred. Following the message, the list "
210208
"contains the exception's :attr:`notes <BaseException.__notes__>`."
@@ -351,7 +349,7 @@ msgstr ""
351349
msgid "A :class:`StackSummary` representing the traceback."
352350
msgstr ""
353351

354-
msgid "The class of the original traceback."
352+
msgid "The class of the original exception."
355353
msgstr ""
356354

357355
msgid "String display of the class of the original exception."

whatsnew/changelog.po

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-05-23 14:55+0000\n"
14+
"POT-Creation-Date: 2026-05-25 16:17+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2026\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -50,6 +50,14 @@ msgid ""
5050
"``PC\\layout`` script will include one."
5151
msgstr ""
5252

53+
msgid "Tools/Demos"
54+
msgstr "Narzędzia/Demo"
55+
56+
msgid ""
57+
":gh:`150258`: Update the tooltip on the Tachyon flame graph to show both "
58+
"absolute and relative percentages."
59+
msgstr ""
60+
5361
msgid "Tests"
5462
msgstr "Testy"
5563

@@ -91,6 +99,12 @@ msgid ""
9199
"filter."
92100
msgstr ""
93101

102+
msgid ""
103+
":gh:`149018`: Improved protection against XML hash-flooding attacks in :mod:"
104+
"`xml.parsers.expat` and :mod:`xml.etree.ElementTree` when Python is compiled "
105+
"with libExpat 2.8.0 or later."
106+
msgstr ""
107+
94108
msgid "Library"
95109
msgstr "Biblioteka"
96110

@@ -231,6 +245,18 @@ msgstr ""
231245
msgid "Core and Builtins"
232246
msgstr "Core i builtiny"
233247

248+
msgid ""
249+
":gh:`150374`: Fix double release of the import lock on lazy import "
250+
"reification errors."
251+
msgstr ""
252+
253+
msgid ""
254+
":gh:`149449`: Fix a use-after-free crash when the :mod:`unicodedata` module "
255+
"was removed from :data:`sys.modules` and garbage-collected between calls "
256+
"that decode ``\\N{...}`` escapes or use the ``namereplace`` codec error "
257+
"handler."
258+
msgstr ""
259+
234260
msgid ":gh:`150146`: Fix a crash on a complex type variable substitution."
235261
msgstr ""
236262

@@ -2389,9 +2415,6 @@ msgid ""
23892415
"`webbrowser` and :mod:`!turtledemo`."
23902416
msgstr ""
23912417

2392-
msgid "Tools/Demos"
2393-
msgstr "Narzędzia/Demo"
2394-
23952418
msgid ""
23962419
":gh:`135953`: Properly identify the main thread in the Gecko profiler "
23972420
"collector by using a status flag from the interpreter state instead of "

0 commit comments

Comments
 (0)