cpython/Lib/email
Barry Warsaw 7aa02e6590 More email package fixes.
Fix a couple of tests since .body_encode()'s arguments have changed.  Also, I
think body_encode() should take a string not a byte array for consistency with
the rest of the api (but I'm not positive about this).  In
quoprimime.body_encode(), body_check() must be passed an int.

Current status: 7F (no errors!)
2007-08-31 03:26:19 +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:26:19 +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 fixes. 2007-08-31 03:26:19 +00:00
utils.py More email package fixes. 2007-08-31 03:04:26 +00:00