]> granicus.if.org Git - python/commit
Fixed a problem where xmllib didn't handle the tag
authorGuido van Rossum <guido@python.org>
Mon, 19 Oct 1998 13:28:26 +0000 (13:28 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Oct 1998 13:28:26 +0000 (13:28 +0000)
commiteeb2f32aad5c080dbc80705d5b3fc807c0c31037
tree337c768d99a512bfd022783105f952e6003172a8
parent7b9bb05df9d1fbf221fca14635d2a60ef393e2a2
Fixed a problem where xmllib didn't handle the tag
<sometag attrib=">">
correctly.
Also changed comparisons of re matches and searches into explicit
comparisons with None.
(Sjoerd Mullender)
Lib/xmllib.py