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 r.david.murray
Recipients r.david.murray, santoso.wijaya
Date 2013-03-22.02:40:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363920059.01.0.452152963312.issue17517@psf.upfronthosting.co.za>
In-reply-to
Content
That is unfortunate, but I suspect it is not something that we can change, since it would be a change in behavior (StringIO.StringIO doing an str on its input) that existing code may be depending on.  

In Python3, StringIO doesn't accept an array as input, and BytesIO behaves the way cStringIO does in Python2.
History
Date User Action Args
2013-03-22 02:40:59r.david.murraysetrecipients: + r.david.murray, santoso.wijaya
2013-03-22 02:40:59r.david.murraysetmessageid: <1363920059.01.0.452152963312.issue17517@psf.upfronthosting.co.za>
2013-03-22 02:40:58r.david.murraylinkissue17517 messages
2013-03-22 02:40:58r.david.murraycreate