]> granicus.if.org Git - python/commit
rename HTMLParser to html.parser and htmlentitydefs to html.entities;
authorFred Drake <fdrake@acm.org>
Sat, 17 May 2008 22:02:32 +0000 (22:02 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 17 May 2008 22:02:32 +0000 (22:02 +0000)
commit3c50ea4303ad58785e7f5058cdd353c6d0140ee4
tree127214cdbbaac0fad36eb75b08e7868a666283c8
parent9b020c784c3a1ec3d412bca1ffed2d24232b0a54
rename HTMLParser to html.parser and htmlentitydefs to html.entities;
includes merge of trunk revision 63432
Doc/library/htmllib.rst
Doc/library/htmlparser.rst
Lib/html/__init__.py [new file with mode: 0644]
Lib/html/entities.py [moved from Lib/htmlentitydefs.py with 100% similarity]
Lib/html/parser.py [moved from Lib/HTMLParser.py with 97% similarity]
Lib/htmllib.py
Lib/test/test_codeccallbacks.py
Lib/test/test_multibytecodec_support.py
Lib/test/test_sundry.py