]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Sjoerd Mullender:
authorGuido van Rossum <guido@python.org>
Mon, 21 Dec 1998 18:15:28 +0000 (18:15 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 21 Dec 1998 18:15:28 +0000 (18:15 +0000)
commit91c8f5901b806331105be9193411b28278d6517d
tree51d856eb57c91449f2c495ced71c49cd4b533504
parent5bc4abe006884f557d12403b240ca2f526b3b9c0
Sjoerd Mullender:

- Fixed a bug where a syntax error was reported when a document
  started with white space.  (White space at the start of a document
  is valid if there is no XML declaration.)
- Improved the speed quite a bit for documents that don't make use of
  namespaces.
Lib/xmllib.py