commit | cb51d84214ed07268338392abef986b9a56d0141 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sat May 17 21:14:05 2008 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sat May 17 21:14:05 2008 +0000 |
tree | 474b5ec5794e8e97953df73059c55d78cc2df631 | |
parent | 91ae2502739ecfcc7a8a013473553224b8387521 [diff] [blame] |
update references and documentation for modules in the new html package (http://bugs.python.org/issue2882)
diff --git a/Lib/htmllib.py b/Lib/htmllib.py index 24a2e2f..7ebb622 100644 --- a/Lib/htmllib.py +++ b/Lib/htmllib.py
@@ -24,7 +24,7 @@ """ - from htmlentitydefs import entitydefs + from html.entities import entitydefs def __init__(self, formatter, verbose=0): """Creates an instance of the HTMLParser class.