New submission from J. Walter Clark :
In various places in the email library `str.splitlines` is used to split up a
message where folding might take place in the original message source. This
appears to be a bug because when these split parts are re-joined they are
joined by a CRLF.
https
J. Walter Clark added the comment:
I had the same issue using Python 3.4.2 x64 on Windows 7 x64 and resolved it by
setting PYTHONHOME and PYTHONPATH environmental variables.
--
nosy: +jwalterclark
___
Python tracker
<http://bugs.python.