[issue10134] test_email failures on Windows: end of line issue?

R. David Murray report at bugs.python.org
Mon Oct 18 23:36:53 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Clarification of my earlier comment on the patch: I think the behavior *originally* tested for by the changed test is arguably incorrect, given email's internal use of '\n' line endings.  So I think the patch improves things, but it is a potential behavior change.  Potential only, I hope, because it is unlikely anyone parsing emails in text mode would use anything other than universal newline handling in Python3.

----------

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


More information about the Python-bugs-list mailing list