mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
update references and documentation for modules in the new html package
(http://bugs.python.org/issue2882)
This commit is contained in:
parent
91ae250273
commit
cb51d84214
7 changed files with 23 additions and 22 deletions
|
|
@ -24,7 +24,7 @@ class HTMLParser(sgmllib.SGMLParser):
|
|||
|
||||
"""
|
||||
|
||||
from htmlentitydefs import entitydefs
|
||||
from html.entities import entitydefs
|
||||
|
||||
def __init__(self, formatter, verbose=0):
|
||||
"""Creates an instance of the HTMLParser class.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue