cpython/Lib/xml/sax
Fred Drake 07cbc4e5bd Paul Prescod <paul@prescod.net>:
Add support for parsing already-opened files.  Make sure the parse()
method closes exactly those files that it opens.

Modified by FLD for better conformance to the Python style guide.

This closes SourceForge patch #101512.
2000-09-21 17:43:48 +00:00
..
__init__.py fix bogus references to imp; makes test_minidom succeed 2000-09-21 14:46:56 +00:00
_exceptions.py SAXException.__getitem__(): Raise AttributeError instead of NameError. 2000-09-21 16:32:28 +00:00
expatreader.py fix indentation in one docstring 2000-07-06 02:56:36 +00:00
handler.py Updated to correct DocumentHandler signatures. (patch 101570) 2000-09-21 08:18:55 +00:00
saxutils.py Updated XMLGenerator to new DocumentHandler interface (patch 101572). 2000-09-21 08:25:28 +00:00
xmlreader.py Paul Prescod <paul@prescod.net>: 2000-09-21 17:43:48 +00:00