]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch by Sjoerd Mullender for better compatibility with the version
authorGuido van Rossum <guido@python.org>
Mon, 1 Feb 1999 15:35:13 +0000 (15:35 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 1 Feb 1999 15:35:13 +0000 (15:35 +0000)
commitfe64935cf95e8471d79ff0675c65e4f7376e2b5f
tree3a99f4d97f5c4477d12af807bf0b4170d0819844
parent79e02231ca663c2dd73b67011ac434f90a5f0561
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.
Lib/xmllib.py