]> granicus.if.org Git - python/commit
[Old patch that hadn't been checked in.]
authorFred Drake <fdrake@acm.org>
Thu, 29 Jun 2000 18:50:59 +0000 (18:50 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 29 Jun 2000 18:50:59 +0000 (18:50 +0000)
commitb46696c0ed640992b4524aab888a26a56d993142
tree273dd36d600f659ccb9909ea2ff9106f80a0df57
parent8094611eb8abe9f9d1e1498f36324eebabaa0a09
[Old patch that hadn't been checked in.]

get_starttag_text():  New method.
        Return the text of the most recently parsed start tag, from
        the '<' to the '>' or '/'.  Not really useful for structure
        processing, but requested for Web-related use.  May also be
        useful for being able to re-generate the input from the parse
        events, but there's no equivalent for end tags.

attrfind:  Be a little more forgiving of unquoted attribute values.
Lib/sgmllib.py