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 vstinner
Recipients benjamin.peterson, ezio.melotti, hynek, pitrou, serhiy.storchaka, stutzbach, vstinner
Date 2014-01-28.21:31:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390944691.31.0.528835250318.issue20424@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that StringIO should accept lone surrogates as str += str accept them.

The patch looks good, but please mention the issue number in the unit test. And add an empty line between the two parts of the test (reader, writer).
History
Date User Action Args
2014-01-28 21:31:31vstinnersetrecipients: + vstinner, pitrou, benjamin.peterson, stutzbach, ezio.melotti, hynek, serhiy.storchaka
2014-01-28 21:31:31vstinnersetmessageid: <1390944691.31.0.528835250318.issue20424@psf.upfronthosting.co.za>
2014-01-28 21:31:31vstinnerlinkissue20424 messages
2014-01-28 21:31:31vstinnercreate