comparison roundup/cgi/TAL/HTMLParser.py @ 2005:fc52d57c6c3e

documentation cleanup
author Richard Jones <richard@users.sourceforge.net>
date Wed, 11 Feb 2004 23:55:10 +0000
parents b9988e118055
children 8c2402a78bb0
comparison
equal deleted inserted replaced
2004:1782fe36e7b8 2005:fc52d57c6c3e
1 """A parser for HTML and XHTML.""" 1 """A parser for HTML and XHTML."""
2 __docformat__ = 'restructuredtext'
2 3
3 # This file is based on sgmllib.py, but the API is slightly different. 4 # This file is based on sgmllib.py, but the API is slightly different.
4 5
5 # XXX There should be a way to distinguish between PCDATA (parsed 6 # XXX There should be a way to distinguish between PCDATA (parsed
6 # character data -- the normal case), RCDATA (replaceable character 7 # character data -- the normal case), RCDATA (replaceable character

Roundup Issue Tracker: http://roundup-tracker.org/