diff options
author | Guido van Rossum <guido@python.org> | 1996-03-28 18:45:04 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-03-28 18:45:04 (GMT) |
commit | 48766512a0b438b66e97dfdfcb933cd104baeffe (patch) | |
tree | 0081c8c43d9f8c68b45f27d397c0720fac292190 /Lib/mailbox.py | |
parent | 5f204775bf9eac0dbda8363eb3bde8923f61771f (diff) | |
download | cpython-48766512a0b438b66e97dfdfcb933cd104baeffe.zip cpython-48766512a0b438b66e97dfdfcb933cd104baeffe.tar.gz cpython-48766512a0b438b66e97dfdfcb933cd104baeffe.tar.bz2 |
Reformatted with 4-space tab stops.
Allow '=' and '~' in unquoted attribute values.
Added overridable methods handle_starttag(tag, method, attrs) and
handle_endtag(tag, method) so subclasses can decide whether they
really want to call the method (e.g. when suppressing some portion of
the document).
Added support for a number of SGML shortcuts:
shorthand full notation
<tag>...<>... <tag>...<tag>...
<tag>...</> <tag>...</tag>
<tag/.../ <tag>...</tag>
<tag1<tag2> <tag1><tag2>
</tag1</tag2> </tag1></tag2>
</tag1<tag2> </tag1><tag2>
This required factoring out some common actions and rationalizing the
interface to parse_endtag(), so as to make the code more readable.
Fixed syntax for &entity and &#char references so the trailing
semicolon is optional; removed explicit support for trailing period
(which was a TBL mistake in HTML 0.0).
Generalized the test program.
Tried to speed things up a little. (More to come after the profile
results are in.)
Fix error recovery: call the end methods popped from the stack instead
of the one that triggers. (Plus some complications because of the way
HTML extensions are handled in Grail.)
Diffstat (limited to 'Lib/mailbox.py')
0 files changed, 0 insertions, 0 deletions