We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fd4b3 commit 165fd1eCopy full SHA for 165fd1e
Misc/NEWS.d/next/Security/2025-06-18-13-34-55.gh-issue-135661.NZlpWf.rst
@@ -1,2 +1,5 @@
1
Fix CDATA section parsing in :class:`html.parser.HTMLParser` according to
2
the HTML5 standard: ``] ]>`` and ``]] >`` no longer end the CDATA section.
3
+Add private method ``_set_support_cdata()`` which can be used to specify
4
+how to parse ``<[CDATA[`` -- as a CDATA section in foreign content
5
+(SVG or MathML) or as a bogus comment in the HTML namespace.
0 commit comments