cpython/Lib/xml
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
..
dom Now uses make_parser to create its parser (patch 101573). 2000-09-21 08:38:46 +00:00
parsers Rename the "parser" package to "parsers" to be compatible with the PyXML 2000-07-31 23:59:54 +00:00
sax Paul Prescod <paul@prescod.net>: 2000-09-21 17:43:48 +00:00
__init__.py Remove the outer test for __name__; not necessary. 2000-08-04 03:14:55 +00:00