commit | d468bd3463085b1544a8f09981dc81fd615d2da7 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jun 21 20:01:10 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jun 21 20:01:10 2000 +0000 |
tree | ff2a872e205791419005a8fec41d2b88593f7f84 | |
parent | 7c6395a6a30eeb5c4120d09de487d869b7606e13 [diff] |
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...