Eric Smith <e...@trueblade.com> added the comment:

Isn't this just the normal universal newline handling? When you open it in 
binary mode you see all of the characters, but in text mode (the absence of 
"b") you get normalized newlines (that is, they're converted to "\n").

----------
components:  -2to3 (2.x to 3.0 conversion tool)
nosy: +eric.smith

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

Reply via email to