]> granicus.if.org Git - python/commit
More email package fixes.
authorBarry Warsaw <barry@python.org>
Fri, 31 Aug 2007 03:04:26 +0000 (03:04 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 31 Aug 2007 03:04:26 +0000 (03:04 +0000)
commit8b2af27dae7c80218c9912052ac1b4c6144ce746
tree5dca10b0aa0f7ee88bd3e8eb2f303d994674058d
parent00b34228bb98c378286c0b72a4a4098d5cdd384b
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
Lib/email/encoders.py
Lib/email/message.py
Lib/email/test/test_email.py
Lib/email/utils.py