add note about "markupbase" not being intended for direct use

(closes SF bug #736659, patch #901369)
This commit is contained in:
Fred Drake 2005-08-23 04:06:46 +00:00
parent 0cd233f487
commit 7ed44e52aa
1 changed files with 7 additions and 1 deletions

View 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