Skip to content

Commit a5f45b8

Browse files
Update Misc/NEWS.d/next/Security/2025-06-18-13-34-55.gh-issue-135661.NZlpWf.rst
Co-authored-by: Ezio Melotti <[email protected]>
1 parent 165fd1e commit a5f45b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Fix CDATA section parsing in :class:`html.parser.HTMLParser` according to
22
the HTML5 standard: ``] ]>`` and ``]] >`` no longer end the CDATA section.
33
Add private method ``_set_support_cdata()`` which can be used to specify
4-
how to parse ``<[CDATA[`` -- as a CDATA section in foreign content
4+
how to parse ``<[CDATA[`` --- as a CDATA section in foreign content
55
(SVG or MathML) or as a bogus comment in the HTML namespace.

0 commit comments

Comments
 (0)