[issue22329] Windows installer can't recover partially installed state

2015-03-30 Thread J. Walter Clark
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 rep...@bugs.python.org http

[issue46462] Email Header Folding Converts Non-CRLF Newlines to CRLFs

2022-01-21 Thread J. Walter Clark
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