This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients ezio.melotti, jcope, pitrou
Date 2010-08-13.19:37:48
SpamBayes Score 0.001281613
Marked as misclassified No
Message-id <1281728270.71.0.328860073154.issue9593@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-08-13 19:37:50pitrousetrecipients: + pitrou, ezio.melotti, jcope
2010-08-13 19:37:50pitrousetmessageid: <1281728270.71.0.328860073154.issue9593@psf.upfronthosting.co.za>
2010-08-13 19:37:49pitroulinkissue9593 messages
2010-08-13 19:37:48pitroucreate