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

Guido van Rossum guido@cnri.reston.va.us
Mon, 1 Feb 1999 10:35:16 -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:
Patch by Sjoerd Mullender for better compatibility with the version
from Python 1.5.1:

If after __init__ finishes no new elements variable was created, this
patch will search the instance's namespace for all attributes whose
name start with start_ or end_ and put their value in a new elements
instance variable.