cpython/Lib/xml/sax
Martin v. Löwis 58af43fd76 [Patch 101634]
xml.sax: Fix parse and parseString not to rely on ExpatParser
         Greatly simplify import logic by using __import__
saxutils: Support Unicode strings and files as parameters to
          prepare_input_source
2000-09-24 21:31:06 +00:00
..
__init__.py [Patch 101634] 2000-09-24 21:31:06 +00:00
_exceptions.py SAXException.__getitem__(): Raise AttributeError instead of NameError. 2000-09-21 16:32:28 +00:00
expatreader.py Find feature names in handler. 2000-09-24 21:17:39 +00:00
handler.py Improvements to doco strings. 2000-09-24 20:38:18 +00:00
saxutils.py [Patch 101634] 2000-09-24 21:31:06 +00:00
xmlreader.py Improvements to doco strings. 2000-09-24 20:38:18 +00:00