cpython/Lib/email
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
..
mime Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
test More email package fixes. 2007-08-31 03:04:26 +00:00
__init__.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
_parseaddr.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
base64mime.py More email package related repairs. This fixes smtplib's import and use of 2007-08-30 14:28:55 +00:00
charset.py Oops. I copied a slightly older version of the email package from the sandbox. 2007-08-30 03:46:43 +00:00
encoders.py More email package fixes. 2007-08-31 03:04:26 +00:00
errors.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
feedparser.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
generator.py Oops. I copied a slightly older version of the email package from the sandbox. 2007-08-30 03:46:43 +00:00
header.py More email package fixes. 2007-08-31 02:35:00 +00:00
iterators.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
message.py More email package fixes. 2007-08-31 03:04:26 +00:00
parser.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
quoprimime.py More email package related repairs. This fixes smtplib's import and use of 2007-08-30 14:28:55 +00:00
utils.py More email package fixes. 2007-08-31 03:04:26 +00:00