commit | fe64935cf95e8471d79ff0675c65e4f7376e2b5f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Feb 01 15:35:13 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Feb 01 15:35:13 1999 +0000 |
tree | 3a99f4d97f5c4477d12af807bf0b4170d0819844 | |
parent | 79e02231ca663c2dd73b67011ac434f90a5f0561 [diff] |
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.