]> granicus.if.org Git - python/commit
For Python 2.2, do not use __getattr__(), only use computed properties.
authorFred Drake <fdrake@acm.org>
Sat, 29 Sep 2001 04:58:32 +0000 (04:58 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 29 Sep 2001 04:58:32 +0000 (04:58 +0000)
commitd157237d51177030ea83ce953c209d72a9795ca9
tree33a30c72cd4abc44d2d2dc6fdf53e52a49965dbc
parent787fd8cdeb72bea74a79e5acf61debfd11683502
For Python 2.2, do not use __getattr__(), only use computed properties.
This is probably a little bit faster, but mostly is just cleaner code.
The old-style support is still used for Python versions < 2.2 so this
source file can be shared with PyXML.
Lib/xml/dom/minidom.py