• Barry Warsaw's avatar
    Fix a more bytes/str confusion. · 8b3d6596
    Barry Warsaw authored
    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.
    8b3d6596
base64mime.py 5.47 KB