Skip to content

Commit c3c4eea

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent ec48462 commit c3c4eea

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

tutorial/errors.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-11-29 15:44+0000\n"
15+
"POT-Creation-Date: 2025-12-19 15:49+0000\n"
1616
"PO-Revision-Date: 2025-07-18 19:59+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

tutorial/interactive.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-12-01 16:02+0000\n"
15+
"POT-Creation-Date: 2025-12-21 15:55+0000\n"
1616
"PO-Revision-Date: 2025-07-18 19:59+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

whatsnew/changelog.po

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-12-17 16:12+0000\n"
15+
"POT-Creation-Date: 2025-12-23 15:50+0000\n"
1616
"PO-Revision-Date: 2025-07-18 19:59+0000\n"
1717
"Last-Translator: python-doc bot, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -36,15 +36,38 @@ msgstr "*Data wydania: XX.XX.XXXX*"
3636
msgid "Security"
3737
msgstr "Bezpieczeństwo"
3838

39+
msgid ""
40+
":gh:`142145`: Remove quadratic behavior in ``xml.minidom`` node ID cache "
41+
"clearing. In order to do this without breaking existing users, we also add "
42+
"the *ownerDocument* attribute to :mod:`xml.dom.minidom` elements and "
43+
"attributes created by directly instantiating the ``Element`` or ``Attr`` "
44+
"class. Note that this way of creating nodes is not supported; creator "
45+
"functions like :py:meth:`xml.dom.Document.documentElement` should be used "
46+
"instead."
47+
msgstr ""
48+
3949
msgid ""
4050
":gh:`137836`: Add support of the \"plaintext\" element, RAWTEXT elements "
4151
"\"xmp\", \"iframe\", \"noembed\" and \"noframes\", and optionally RAWTEXT "
4252
"element \"noscript\" in :class:`html.parser.HTMLParser`."
4353
msgstr ""
4454

55+
msgid ""
56+
":gh:`136063`: :mod:`email.message`: ensure linear complexity for legacy HTTP "
57+
"parameters parsing. Patch by Bénédikt Tran."
58+
msgstr ""
59+
4560
msgid ":gh:`136065`: Fix quadratic complexity in :func:`os.path.expandvars`."
4661
msgstr ""
4762

63+
msgid ""
64+
":gh:`119451`: Fix a potential memory denial of service in the :mod:`http."
65+
"client` module. When connecting to a malicious server, it could cause an "
66+
"arbitrary amount of memory to be allocated. This could have led to symptoms "
67+
"including a :exc:`MemoryError`, swapping, out of memory (OOM) killed "
68+
"processes or containers, or even system crashes."
69+
msgstr ""
70+
4871
msgid ""
4972
":gh:`119452`: Fix a potential memory denial of service in the :mod:`http."
5073
"server` module. When a malicious user is connected to the CGI server on "
@@ -53,6 +76,14 @@ msgid ""
5376
"memory (OOM) killed processes or containers, or even system crashes."
5477
msgstr ""
5578

79+
msgid ""
80+
":gh:`119342`: Fix a potential memory denial of service in the :mod:"
81+
"`plistlib` module. When reading a Plist file received from untrusted source, "
82+
"it could cause an arbitrary amount of memory to be allocated. This could "
83+
"have led to symptoms including a :exc:`MemoryError`, swapping, out of memory "
84+
"(OOM) killed processes or containers, or even system crashes."
85+
msgstr ""
86+
5687
msgid "Library"
5788
msgstr "Biblioteka"
5889

0 commit comments

Comments
 (0)