commit | 3c50ea4303ad58785e7f5058cdd353c6d0140ee4 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sat May 17 22:02:32 2008 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sat May 17 22:02:32 2008 +0000 |
tree | 127214cdbbaac0fad36eb75b08e7868a666283c8 | |
parent | 9b020c784c3a1ec3d412bca1ffed2d24232b0a54 [diff] [blame] |
rename HTMLParser to html.parser and htmlentitydefs to html.entities; includes merge of trunk revision 63432
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index dd81e5b..1b6069d 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py
@@ -48,7 +48,7 @@ import encodings import formatter import getpass - import htmlentitydefs + import html.entities import imghdr import keyword import linecache