aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/html/parser.py
Commit message (Collapse)AuthorAge
...
* Change test_htmlparser to reflect the HTMLParser -> html.parserMark Dickinson2008-05-21
| | | | | | rename in r63439. Also fix one occurrence of unichr() in html.parser.
* rename HTMLParser to html.parser and htmlentitydefs to html.entities;Fred Drake2008-05-17
includes merge of trunk revision 63432