]> granicus.if.org Git - python/commit
New version of xmllib from Sjoerd.
authorGuido van Rossum <guido@python.org>
Thu, 29 Jan 1998 14:55:24 +0000 (14:55 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 29 Jan 1998 14:55:24 +0000 (14:55 +0000)
commit02505e48508deac4ae835ee833e0a05788c580d0
treea09b54a85345b9169fff589db26d6e93e4a5be19
parent44f5c75f430c92384137c4bef0c0a69dce02ee0b
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.
Doc/lib/libxmllib.tex
Doc/libxmllib.tex
Lib/test/test_xmllib.py [new file with mode: 0644]
Lib/xmllib.py