summaryrefslogtreecommitdiffstats
path: root/Lib/_markupbase.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-06-01 21:25:55 (GMT)
committerGeorg Brandl <georg@python.org>2008-06-01 21:25:55 (GMT)
commit877b10add4a676c3f868b86bd31e92a181b5a5b1 (patch)
tree9a7455ce3aa5f07e8f433a8aa9b59540b2cf2b40 /Lib/_markupbase.py
parent6b38daa80dc0b63a089ac4557e25abe1f76b95af (diff)
downloadcpython-877b10add4a676c3f868b86bd31e92a181b5a5b1.zip
cpython-877b10add4a676c3f868b86bd31e92a181b5a5b1.tar.gz
cpython-877b10add4a676c3f868b86bd31e92a181b5a5b1.tar.bz2
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 b178470..adf6ba2 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.
"""