Skip to content

Commit c8d9740

Browse files
Update Misc/NEWS.d/next/Security/2025-06-18-13-28-08.gh-issue-102555.nADrzJ.rst
Co-authored-by: Ezio Melotti <[email protected]>
1 parent b146249 commit c8d9740

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Fix comment parsing in :class:`html.parser.HTMLParser`. ``--!>`` now
2-
ends the comment. ``-- >`` no longer ends the comment. Support abnormally
3-
ended empty comments ``<-->`` and ``<--->``.
1+
Fix comment parsing in :class:`html.parser.HTMLParser` according to the
2+
HTML5 standard. ``--!>`` now ends the comment. ``-- >`` no longer ends the
3+
comment. Support abnormally ended empty comments ``<-->`` and ``<--->``.

0 commit comments

Comments
 (0)