[Python-checkins] CVS: python/dist/src/Lib xmllib.py

Guido van Rossum guido@cnri.reston.va.us
Mon, 21 Dec 1998 13:15:30 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib

Modified Files:
	xmllib.py 
Log Message:
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.