[New-bugs-announce] [issue21426] Invisible characters in email related souce files.

Milan Oberkirch report at bugs.python.org
Sun May 4 15:34:10 CEST 2014


New submission from Milan Oberkirch:

I found non-printable characters in the source files of the email package. Vim rendered it as '^L', pasting it on the linux console has the same effect as CTRL+L. In most places it was combined with regular newlines, sometimes as a replacement, sometimes additionally to them.
My guess is that these files were saved with an editor replacing '\n' with '\r' and additional '\n' were inserted afterwards since the linebreaks seemed to be gone.

I replaced these chars by '\n' or '' in the attached patch.

----------
components: email
files: linebreak.patch
keywords: patch
messages: 217874
nosy: barry, r.david.murray, zvyn
priority: normal
severity: normal
status: open
title: Invisible characters in email related souce files.
versions: Python 3.5
Added file: http://bugs.python.org/file35149/linebreak.patch

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


More information about the New-bugs-announce mailing list