cpython/Lib/email/test
Barry Warsaw 8b2af27dae More email package fixes.
MIMEApplication() requires a bytes object for its _data, so fix the tests.

We no longer need utils._identity() or utils._bdecode().  The former isn't
used anywhere AFAICT (where's "make test's" lint? <wink>) and the latter is a
kludge that is eliminated by base64.b64encode().

Current status: 5F/5E
2007-08-31 03:04:26 +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 More email package fixes. 2007-08-31 03:04:26 +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