]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 standard...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 12 Jul 2025 12:24:27 +0000 (14:24 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Jul 2025 12:24:27 +0000 (14:24 +0200)
commit85766db07e8eef7eeb9cc42947d3fb2bc52c2403
tree8675b06e8443e4098c30942d045469e3e3e23bb3
parentfdc9d214c01cb4588f540cfa03726bbf2a33fc15
[3.10] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 standard (GH-135664) (GH-136275)

* "--!>" now ends the comment.
* "-- >" no longer ends the comment.
* Support abnormally ended empty comments "<-->" and "<--->".

---------
(cherry picked from commit 8ac7613dc8b8f82253d7c0e2b6ef6ed703a0a1ee)

Co-author: Kerim Kabirov <the.privat33r+gh@pm.me>

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Lib/html/parser.py
Lib/test/test_htmlparser.py
Misc/NEWS.d/next/Security/2025-06-18-13-28-08.gh-issue-102555.nADrzJ.rst [new file with mode: 0644]