summaryrefslogtreecommitdiff
path: root/Lib/_markupbase.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-06-01 21:25:55 +0000
committerGeorg Brandl <georg@python.org>2008-06-01 21:25:55 +0000
commit81d658f22d5ed7120ea0fdd101a8b44607acd465 (patch)
treed36f2ea175ffd36347f11e0c37ca882bbc507821 /Lib/_markupbase.py
parent8e16705be11a80d45e59288e8e4403c84c6403bb (diff)
downloadcpython-81d658f22d5ed7120ea0fdd101a8b44607acd465.tar.gz
Remove the htmllib and sgmllib modules as per PEP 3108.
Diffstat (limited to 'Lib/_markupbase.py')
-rw-r--r--Lib/_markupbase.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/Lib/_markupbase.py b/Lib/_markupbase.py
index b178470944..adf6ba2f53 100644
--- a/Lib/_markupbase.py
+++ b/Lib/_markupbase.py
@@ -1,8 +1,7 @@
"""Shared support for scanning document type declarations in HTML and XHTML.
-This module is used as a foundation for the HTMLParser and sgmllib
-modules (indirectly, for htmllib as well). It has no documented
-public API and should not be used directly.
+This module is used as a foundation for the html.parser module. It has no
+documented public API and should not be used directly.
"""