#14679: add an __all__ (that contains only HTMLParser) to html.parser.
This commit is contained in:
parent
ed52f6cb73
commit
1698babd1b
|
@ -12,6 +12,8 @@ import _markupbase
|
|||
import re
|
||||
import warnings
|
||||
|
||||
__all__ = ['HTMLParser']
|
||||
|
||||
# Regular expressions used for parsing
|
||||
|
||||
interesting_normal = re.compile('[&<]')
|
||||
|
|
Loading…
Reference in New Issue