]> granicus.if.org Git - python/commit
Deal more appropriately with bare ampersands and pointy brackets; this
authorFred Drake <fdrake@acm.org>
Mon, 20 Aug 2001 21:24:19 +0000 (21:24 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 20 Aug 2001 21:24:19 +0000 (21:24 +0000)
commit029acfb922bdd25d6e38c864895c6cc66db76d13
treee46ebe60a3cd9f0f3c20436ad226cf989dcb1b03
parent18da1e1e7f30d0612e7a36a369e1d422dd50ef41
Deal more appropriately with bare ampersands and pointy brackets; this
module has to deal with "class" HTML-as-deployed as well as XHTML, so we
cannot be as strict as XHTML allows.

This closes SF bug #453059, but uses a different fix than suggested in
the bug comments.
Lib/HTMLParser.py
Lib/test/test_htmlparser.py