cpython/Lib/email
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
..
mime Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
test Fix a more bytes/str confusion. 2007-08-30 02:10:49 +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 Fix a more bytes/str confusion. 2007-08-30 02:10:49 +00:00
charset.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
encoders.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +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 Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
header.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
iterators.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
message.py Fix a more bytes/str confusion. 2007-08-30 02:10:49 +00:00
parser.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
quoprimime.py Fix a more bytes/str confusion. 2007-08-30 02:10:49 +00:00
utils.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00