diff options
Diffstat (limited to 'Lib/lib-old/HTMLParser.py')
-rw-r--r-- | Lib/lib-old/HTMLParser.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Lib/lib-old/HTMLParser.py b/Lib/lib-old/HTMLParser.py deleted file mode 100644 index ae42e0f..0000000 --- a/Lib/lib-old/HTMLParser.py +++ /dev/null @@ -1,8 +0,0 @@ -from warnings import warnpy3k - -warnpy3k(("The HTMLParser module has been renamed to html.parser" - " in Python 3.0"), stacklevel=2) - -from sys import modules -import html.parser -modules["HTMLParser"] = html.parser |