]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A much improved HTML parser -- a replacement for sgmllib. The API is
authorGuido van Rossum <guido@python.org>
Fri, 18 May 2001 14:50:52 +0000 (14:50 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 18 May 2001 14:50:52 +0000 (14:50 +0000)
commit8846d7178b8caf1411ca6f458b78b9f46ba73abe
tree34fca0398536235fdc90fd797aa9bee1575db3ae
parent1928314ef470e038b104162735eb3fa752ea9ba0
A much improved HTML parser -- a replacement for sgmllib.  The API is
derived from but not quite compatible with that of sgmllib, so it's a
new file.  I suppose it needs documentation, and htmllib needs to be
changed to use this instead of sgmllib, and sgmllib needs to be
declared obsolete.  But that can all be done later.

This code was first published as part of TAL (part of Zope Page
Templates), but that was strongly based on sgmllib anyway.  Authors
are Fred drake and Guido van Rossum.
Lib/HTMLParser.py [new file with mode: 0644]