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 tarek
Recipients pitrou, tarek
Date 2010-04-13.00:10:17
SpamBayes Score 2.7567569e-06
Marked as misclassified No
Message-id <1271117420.71.0.111179063946.issue8382@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, I am not sure what would be the best fix though. We cannot raise an error on StringIO now because this will break lots of code out there. 

In the meantime, I think it's cleaner to avoid doing implicit str() conversions, so I think cStringIO has a better approach.

I would be in favor of a status quo for 2.x
History
Date User Action Args
2010-04-13 00:10:20tareksetrecipients: + tarek, pitrou
2010-04-13 00:10:20tareksetmessageid: <1271117420.71.0.111179063946.issue8382@psf.upfronthosting.co.za>
2010-04-13 00:10:18tareklinkissue8382 messages
2010-04-13 00:10:17tarekcreate