]> granicus.if.org Git - python/commit
Change some comments into docstrings.
authorFred Drake <fdrake@acm.org>
Fri, 3 Aug 2001 19:50:59 +0000 (19:50 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 3 Aug 2001 19:50:59 +0000 (19:50 +0000)
commit1d4601d30677ca8ac0fa70a3b57ea54d153ede4a
treeb184d3a39a235c21cf55fbb5401d2f88af426845
parenta0a7706916b018630973a2b9b2f118048429882a
Change some comments into docstrings.

Fix handling of hexadecimal character references (legal in XHTML) so that
they are properly interpreted as character references.
This fixes SF bug #445196.
Lib/HTMLParser.py