]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added test suite for the new HTMLParser module, originally from the
authorFred Drake <fdrake@acm.org>
Fri, 18 May 2001 15:32:59 +0000 (15:32 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 18 May 2001 15:32:59 +0000 (15:32 +0000)
commitbd3090d4d659951ed38d1da0f44c3e59ec830bea
tree1c714c74547d8dfbfb316c6398a96aaa3e0bd4c0
parent8846d7178b8caf1411ca6f458b78b9f46ba73abe
Added test suite for the new HTMLParser module, originally from the
TAL/PageTemplate package for Zope.  This only needed a little boilerplate
change; the tests themselves are unchanged.
Lib/test/output/test_htmlparser [new file with mode: 0644]
Lib/test/test_htmlparser.py [new file with mode: 0755]