update references and documentation for modules in the new html package

(http://bugs.python.org/issue2882)
This commit is contained in:
Fred Drake 2008-05-17 21:14:05 +00:00
parent 91ae250273
commit cb51d84214
7 changed files with 23 additions and 22 deletions

View file

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