Chris AtLee added the comment:

Thanks, your patch is definitely much simpler!

I was worried about the case where you have interrupted \r\n that appears in 
the middle of the content. But that case is handled by the next readline(), 
which returns a single \n.

One question about the tests you've attached - would it be better to be 
explicit about the line endings in check()? Do triple quoted strings in python 
always use \n for EOL regardless of the source code EOL format?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18167>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to