]> granicus.if.org Git - python/commit
Sjoerd Mullender:
authorGuido van Rossum <guido@python.org>
Wed, 21 Jun 2000 20:01:10 +0000 (20:01 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 21 Jun 2000 20:01:10 +0000 (20:01 +0000)
commitd468bd3463085b1544a8f09981dc81fd615d2da7
treeff2a872e205791419005a8fec41d2b88593f7f84
parent7c6395a6a30eeb5c4120d09de487d869b7606e13
Sjoerd Mullender:
These two fixes were approved by me.

Peter Kropf:
There's a problem with the xmllib module when used with JPython. Specifically,
the JPython re module has trouble with the () characters in strings passed into
re.compile.

Spiros Papadimitriou:
I just downloaded xmllib.py ver. 0.3 from python.org and there
seems to be a slight typo:  Line 654 ("tag = self.stack[-1][0]"
in parse_endtag),  is indented one level more than it should be.
I just thought I'd let you know...
Lib/xmllib.py