cpython/Lib/xml/sax
Fred Drake f55222d98f Avoid calling __dict_replace() if we don't need to -- the call is much
more expensive than just doing to work needed, and these things seem
to always turn into a bottleneck eventually.
2002-10-28 17:29:01 +00:00
..
__init__.py Use more string methods, remove import string 2002-05-31 20:46:39 +00:00
_exceptions.py Synchronize with 1.6 of PyXML: 2001-03-22 15:34:02 +00:00
expatreader.py Fix spacing. 2002-06-30 07:27:30 +00:00
handler.py Merge from PyXML: 2002-06-30 07:38:50 +00:00
saxutils.py Avoid calling __dict_replace() if we don't need to -- the call is much 2002-10-28 17:29:01 +00:00
xmlreader.py Previous check-in was by mistake, undo it. 2001-06-07 05:52:17 +00:00