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. B
Barry Warsaw committed
8b3d659692b6d092991dc3b5b4042547f885fa8c
Parent: ce36ad8