mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
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.
|
||
|---|---|---|
| .. | ||
| data | ||
| __init__.py | ||
| test_email.py | ||
| test_email_codecs.py | ||
| test_email_codecs_renamed.py | ||
| test_email_torture.py | ||