cpython/Lib/xml/sax
Guido van Rossum 34d1928766 SF patch# 1770008 by Christian Heimes (plus some extras).
Completely get rid of StringIO.py and cStringIO.c.

I had to fix a few tests and modules beyond what Christian did, and
invent a few conventions.  E.g. in elementtree, I chose to
write/return Unicode strings whe no encoding is given, but bytes when
an explicit encoding is given.  Also mimetools was made to always
assume binary files.
2007-08-09 01:03:29 +00:00
..
__init__.py SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00
_exceptions.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
expatreader.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
handler.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
saxutils.py Merged revisions 55795-55816 via svnmerge from 2007-06-07 23:15:56 +00:00
xmlreader.py Make test_sax pass. 2007-02-11 18:44:55 +00:00