mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
#14679: add an __all__ (that contains only HTMLParser) to html.parser.
This commit is contained in:
parent
ed52f6cb73
commit
1698babd1b
2 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,8 @@ import _markupbase
|
|||
import re
|
||||
import warnings
|
||||
|
||||
__all__ = ['HTMLParser']
|
||||
|
||||
# Regular expressions used for parsing
|
||||
|
||||
interesting_normal = re.compile('[&<]')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue