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 alexandre.vassalotti
Recipients alexandre.vassalotti, benjamin.peterson, jaraco, pitrou
Date 2009-05-12.20:00:52
SpamBayes Score 2.6258078e-06
Marked as misclassified No
Message-id <1242158454.01.0.393895735034.issue5265@psf.upfronthosting.co.za>
In-reply-to
Content
> Should this issue go under a new ticket?

Yes, it would be preferable as the issue is probably not specific to
io.StringIO. Also, make sure that you include the result of this test-case:

open("testnl.txt", "wb").write("foo\r\nbar\r\n")
open("testnl.txt", "rU").read()
History
Date User Action Args
2009-05-12 20:00:54alexandre.vassalottisetrecipients: + alexandre.vassalotti, jaraco, pitrou, benjamin.peterson
2009-05-12 20:00:54alexandre.vassalottisetmessageid: <1242158454.01.0.393895735034.issue5265@psf.upfronthosting.co.za>
2009-05-12 20:00:52alexandre.vassalottilinkissue5265 messages
2009-05-12 20:00:52alexandre.vassalotticreate