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 terry.reedy
Recipients jaraco, terry.reedy
Date 2009-05-29.20:06:42
SpamBayes Score 0.004034242
Marked as misclassified No
Message-id <1243627604.52.0.511157852101.issue6127@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, WindowsXP, Py3.1b1, May 7

>>> io.StringIO('foo\r\nbar\r\n', newline=None).read()
'foo\nbar\n'

I believe there were changes to io after April 14 for May 7 release, so
this may be fixed in 2.6.3 branch already.
History
Date User Action Args
2009-05-29 20:06:44terry.reedysetrecipients: + terry.reedy, jaraco
2009-05-29 20:06:44terry.reedysetmessageid: <1243627604.52.0.511157852101.issue6127@psf.upfronthosting.co.za>
2009-05-29 20:06:43terry.reedylinkissue6127 messages
2009-05-29 20:06:43terry.reedycreate