]> granicus.if.org Git - python/commit
Change test_htmlparser to reflect the HTMLParser -> html.parser
authorMark Dickinson <dickinsm@gmail.com>
Wed, 21 May 2008 13:51:18 +0000 (13:51 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 21 May 2008 13:51:18 +0000 (13:51 +0000)
commitf64dcf3ce0fee21146ac83f9f39b6653a5db84aa
treec9656944c24bb0434c1656c7707e0dd9afc90da8
parent96ad65da2fa49e3ebc1da26177f2322be8f7b24f
Change test_htmlparser to reflect the HTMLParser -> html.parser
rename in r63439.

Also fix one occurrence of unichr() in html.parser.
Lib/html/parser.py
Lib/test/test_htmlparser.py