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 akira
Recipients Douglas.Alan, abarnert, akira, amaury.forgeotdarc, benjamin.peterson, eric.araujo, facundobatista, georg.brandl, jcon, martin.panter, ncoghlan, nessus42, pitrou, r.david.murray, ralph.corderoy, rhettinger, wolma, ysj.ray
Date 2014-07-26.02:06:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406340403.31.0.351356723704.issue1152248@psf.upfronthosting.co.za>
In-reply-to
Content
To make the discussion more specific, here's a patch that adds support
for alternative newlines in _pyio.TextIOWrapper. It aslo updates the
documentation and adds more io tests. It does not provide C
implementation or the extended newline support for binary files.

As a side-effect it also fixes the bug in line_buffering=True
behavior, see issue22069O.

Note: The implementation does no newline translations unless in legacy
special cases i.e., newline='\0' behaves like newline='\n'. This is a 
key distinction from the behavior described in
http://bugs.python.org/file36008/pep-newline.txt

The initial specification is from
https://mail.python.org/pipermail/python-ideas/2014-July/028381.html
History
Date User Action Args
2014-07-26 02:06:44akirasetrecipients: + akira, georg.brandl, rhettinger, facundobatista, amaury.forgeotdarc, ncoghlan, pitrou, benjamin.peterson, nessus42, eric.araujo, ralph.corderoy, r.david.murray, ysj.ray, Douglas.Alan, jcon, martin.panter, wolma, abarnert
2014-07-26 02:06:43akirasetmessageid: <1406340403.31.0.351356723704.issue1152248@psf.upfronthosting.co.za>
2014-07-26 02:06:43akiralinkissue1152248 messages
2014-07-26 02:06:42akiracreate