summaryrefslogtreecommitdiffstats
path: root/Tools/webchecker
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-09-24 20:01:28 (GMT)
committerFred Drake <fdrake@acm.org>2001-09-24 20:01:28 (GMT)
commit68f8a8061d4f217ec97d8dc19925ba3b57621be1 (patch)
tree387950a1d4906dcbb244a01da8650aa70aa7b176 /Tools/webchecker
parent1ee642211112c637e2b125dcc04b24f64984d749 (diff)
downloadcpython-68f8a8061d4f217ec97d8dc19925ba3b57621be1.zip
cpython-68f8a8061d4f217ec97d8dc19925ba3b57621be1.tar.gz
cpython-68f8a8061d4f217ec97d8dc19925ba3b57621be1.tar.bz2
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 'Tools/webchecker')
0 files changed, 0 insertions, 0 deletions