[issue20531] TypeError in e-mail.parser when non-ASCII is present

Daniel Holth report at bugs.python.org
Thu Feb 6 16:04:02 CET 2014


Daniel Holth added the comment:

In bdist_wheel I've gone to some lengths to re-use the email module to parse and generate "RFC822 inspired" documents. The output is not a valid e-mail but it is useful.

It is awkward to use the email module this way.

We will sidestep the issue hopefully this year by switching to json.

----------
nosy: +dholth

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20531>
_______________________________________


More information about the Python-bugs-list mailing list