@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version: Python 3.10\n"
1313"Report-Msgid-Bugs-To: \n"
14- "POT-Creation-Date: 2025-09-29 17:16 +0000\n"
14+ "POT-Creation-Date: 2025-10-07 17:17 +0000\n"
1515"PO-Revision-Date: 2025-09-22 15:59+0000\n"
1616"Last-Translator: python-doc bot, 2025\n"
1717"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -35,6 +35,13 @@ msgstr "*Data wydania: XX.XX.XXXX*"
3535msgid "Security"
3636msgstr "Bezpieczeństwo"
3737
38+ msgid ""
39+ ":gh:`139400`: :mod:`xml.parsers.expat`: Make sure that parent Expat parsers "
40+ "are only garbage-collected once they are no longer referenced by subparsers "
41+ "created by :meth:`~xml.parsers.expat.xmlparser.ExternalEntityParserCreate`. "
42+ "Patch by Sebastian Pipping."
43+ msgstr ""
44+
3845msgid ""
3946":gh:`135661`: Fix parsing start and end tags in :class:`html.parser."
4047"HTMLParser` according to the HTML5 standard."
@@ -69,6 +76,14 @@ msgid ""
6976"g. ``<a foo==bar>`` produces attribute \"foo\" with value \"=bar\"."
7077msgstr ""
7178
79+ msgid ""
80+ ":gh:`135661`: Fix CDATA section parsing in :class:`html.parser.HTMLParser` "
81+ "according to the HTML5 standard: ``] ]>`` and ``]] >`` no longer end the "
82+ "CDATA section. Add private method ``_set_support_cdata()`` which can be used "
83+ "to specify how to parse ``<[CDATA[`` --- as a CDATA section in foreign "
84+ "content (SVG or MathML) or as a bogus comment in the HTML namespace."
85+ msgstr ""
86+
7287msgid ""
7388":gh:`102555`: Fix comment parsing in :class:`html.parser.HTMLParser` "
7489"according to the HTML5 standard. ``--!>`` now ends the comment. ``-- >`` no "