-
Julien Muchembled authored
str.encode() first performs an implicit conversion to unicode using sys.getdefaultencoding(), which is usually 'ascii'. The 'isort' module changes the default encoding to utf-8, leading to UnicodeEncodeError instead of UnicodeDecodeError. Let's simplify all this.
03e60de1
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
tests | ||
www | ||
BaseMailTemplate.py | ||
FSMailTemplate.py | ||
MTMultipart.py | ||
MailTemplate.py | ||
VERSION.txt | ||
__init__.py | ||
license.txt | ||
readme.txt |