cpython/Lib/email/test
Barry Warsaw 8b3d659692 Fix a more bytes/str confusion.
Use str.encode('raw-unicode-escape') consistently instead of bytes(string).

Remove the convert_eols argument from base64mime.decode().  This matches
previous API changes done to the quoprimime module.
2007-08-30 02:10:49 +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 Fix a more bytes/str confusion. 2007-08-30 02:10:49 +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