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

@ -64,7 +64,7 @@ class TestBase:
if self.has_iso10646:
return
from htmlentitydefs import codepoint2name
from html.entities import codepoint2name
def xmlcharnamereplace(exc):
if not isinstance(exc, UnicodeEncodeError):