cpython/Lib/xml
Fred Drake 012c81fc97 Avoid creating circular references between the ExpatParser and the
ContentHandler.  While GC will eventually clean up, it can take longer than
normal for applications that create a lot of strings (or other immutables)
rather without creating many containers.
This closes SF bug #535474.
2002-04-04 17:57:08 +00:00
..
dom [Apply patch #500457 from the PyXML tracker] 2002-03-20 23:56:34 +00:00
parsers Add a wrapper around the pyexpat module, making the "public" name of 2000-09-23 04:44:43 +00:00
sax Avoid creating circular references between the ExpatParser and the 2002-04-04 17:57:08 +00:00
__init__.py Arghh. Fix typo. 2001-03-27 21:38:15 +00:00