commit | 02505e48508deac4ae835ee833e0a05788c580d0 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jan 29 14:55:24 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jan 29 14:55:24 1998 +0000 |
tree | a09b54a85345b9169fff589db26d6e93e4a5be19 | |
parent | 44f5c75f430c92384137c4bef0c0a69dce02ee0b [diff] |
New version of xmllib from Sjoerd. The main incompatibility is that the error reporting method is now called as parser.syntax_error(msg) instead of parser.syntax_error(lineno, msg) This new version also has some code to deal with the <?xml?> and <!DOCTYPE> tags at the start of an XML document. The documentation has been updated, and a small test module has been created.