mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
add note about "markupbase" not being intended for direct use
(closes SF bug #736659, patch #901369)
This commit is contained in:
parent
0cd233f487
commit
7ed44e52aa
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue