cpython/Lib/xml
Fred Drake d157237d51 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.
2001-09-29 04:58:32 +00:00
..
dom For Python 2.2, do not use __getattr__(), only use computed properties. 2001-09-29 04:58:32 +00:00
parsers Add a wrapper around the pyexpat module, making the "public" name of 2000-09-23 04:44:43 +00:00
sax Make sure XMLGenerator uses quoteattr() instead of escape() to quote 2001-08-07 19:14:46 +00:00
__init__.py Arghh. Fix typo. 2001-03-27 21:38:15 +00:00