summaryrefslogtreecommitdiff
path: root/Lib/test/test_htmlparser.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-09-24 20:01:28 +0000
committerFred Drake <fdrake@acm.org>2001-09-24 20:01:28 +0000
commit68f8a8061d4f217ec97d8dc19925ba3b57621be1 (patch)
tree387950a1d4906dcbb244a01da8650aa70aa7b176 /Lib/test/test_htmlparser.py
parent1ee642211112c637e2b125dcc04b24f64984d749 (diff)
downloadcpython-git-68f8a8061d4f217ec97d8dc19925ba3b57621be1.tar.gz
New base class for the SGMLParser and HTMLParser classes from the sgmllib
and HTMLParser modules (and indirectly for the htmllib.HTMLParser class). This has all the support for scanning over DOCTYPE declarations; it warrants having a base class since this is a fair amount of tedious code (since it's fairly strict), and should be in a separate module to avoid compiling many REs that are not used (which would happen if this were placed in either then sgmllib or HTMLParser module).
Diffstat (limited to 'Lib/test/test_htmlparser.py')
0 files changed, 0 insertions, 0 deletions