revert creation of the html.entities and html.parser modules

(http://bugs.python.org/issue2882)
This commit is contained in:
Fred Drake 2008-05-20 06:08:38 +00:00
parent 1f60af87f5
commit d995e1150c
15 changed files with 722 additions and 90 deletions

View file

@ -50,7 +50,7 @@ class TestUntestedModules(unittest.TestCase):
import encodings
import formatter
import getpass
import html.entities
import htmlentitydefs
import ihooks
import imghdr
import imputil