cpython/Lib/email/test
Barry Warsaw bef9d21d14 Make test_email.py completely pass. This is cheating though because the two
line splitting examples don't split things the way they used to -- or should.
In these cases, change the test case and add an XXX.

The final failure was in Charset.body_encode() with euc-jp charset.  These
return the original string unencoded, which isn't right.  XXX and comment this
out for now; we'll fix it after a1.
2007-08-31 10:55:37 +00:00
..
data Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
__init__.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
test_email.py Make test_email.py completely pass. This is cheating though because the two 2007-08-31 10:55:37 +00:00
test_email_codecs.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
test_email_codecs_renamed.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
test_email_torture.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00