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 jaraco
Recipients jaraco, terry.reedy
Date 2009-05-30.21:30:40
SpamBayes Score 0.00012432589
Marked as misclassified No
Message-id <1243719043.52.0.390568647234.issue6127@psf.upfronthosting.co.za>
In-reply-to
Content
I checked out the latest code from /branches/release26-maint and
compiled it.  Indeed the problem still exists.

Python 2.6.2+ (release26-maint:73061M, May 30 2009, 16:57:28) [MSC
v.1500 32 bit (Intel)] on win32
>>> import io
>>> io.StringIO('foo\r\nbar\r\n', newline=None).read()
u'foo\n\nbar\n\n'
History
Date User Action Args
2009-05-30 21:30:44jaracosetrecipients: + jaraco, terry.reedy
2009-05-30 21:30:43jaracosetmessageid: <1243719043.52.0.390568647234.issue6127@psf.upfronthosting.co.za>
2009-05-30 21:30:41jaracolinkissue6127 messages
2009-05-30 21:30:40jaracocreate