cpython/Lib/email/test
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
..
data Actually this file should have svn:eol-style CRLF since it's specifically 2006-03-04 04:55:02 +00:00
__init__.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
test_email.py SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00
test_email_codecs.py Rip out all the u"..." literals and calls to unicode(). 2007-05-02 19:09:54 +00:00
test_email_codecs_renamed.py Rip out all the u"..." literals and calls to unicode(). 2007-05-02 19:09:54 +00:00
test_email_renamed.py SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00
test_email_torture.py SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00