[issue5610] email feedparser.py CRLFLF bug: $ vs \Z

Barry A. Warsaw report at bugs.python.org
Tue Mar 31 05:34:45 CEST 2009


Barry A. Warsaw <barry at python.org> added the comment:

I think this is a good idea.  Does the existing test suite still pass
with this change?

For a long time, email's philosophy was to use native line endings and
never expected mixed eol, and it definitely never expected mixed line
endings, so we'll need at least a few tests for this.  Add them to
Lib/email/test_email.py (for now, I want to split this file up soon).

----------

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


More information about the Python-bugs-list mailing list