]> granicus.if.org Git - python/commitdiff
add note about "markupbase" not being intended for direct use
authorFred Drake <fdrake@acm.org>
Tue, 23 Aug 2005 04:06:46 +0000 (04:06 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 23 Aug 2005 04:06:46 +0000 (04:06 +0000)
(closes SF bug #736659, patch #901369)

Lib/markupbase.py

index b8d8d5d27edb4f7b16e36f683d63df4c99485d06..3d00a74a92e9d68279139c7a5fa42b4edb2bc601 100644 (file)
@@ -1,4 +1,10 @@
-"""Shared support for scanning document type declarations in HTML and XHTML."""
+"""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.
+
+"""
 
 import re