Antoine Pitrou <pit...@free.fr> added the comment:

U+0085 corresponds to a line terminator (*). and codecs.open() observes this 
convention.
Do note that the new io.open() (or the built-in open() in 3.x) only recognizes 
'\r' and '\n' as line separators.

In any case, changing this behaviour would break compatibility, therefore I'm 
rejecting the issue.

(*) http://en.wikipedia.org/wiki/Newline#Unicode

----------
nosy: +pitrou
resolution:  -> rejected
status: open -> closed

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

Reply via email to