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 gregory.p.smith
Recipients Gilles.Louppe, belopolsky, eric.smith, gregory.p.smith, loewis, pitrou, rybesh, serhiy.storchaka, vstinner
Date 2013-02-03.19:33:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359920032.46.0.432282636209.issue7358@psf.upfronthosting.co.za>
In-reply-to
Content
Suggested workaround: use io.BytesIO instead of cStringIO.

comments on the patch... in short: your patch is changing an ABI and isn't suitable for a maintenance release.

I'm not sure how much we can usefully do to cStringIO in a maintenance release.  I'd be inclined to close as wontfix as io.BytesIO is available.
History
Date User Action Args
2013-02-03 19:33:52gregory.p.smithsetrecipients: + gregory.p.smith, loewis, belopolsky, pitrou, vstinner, eric.smith, rybesh, serhiy.storchaka, Gilles.Louppe
2013-02-03 19:33:52gregory.p.smithsetmessageid: <1359920032.46.0.432282636209.issue7358@psf.upfronthosting.co.za>
2013-02-03 19:33:52gregory.p.smithlinkissue7358 messages
2013-02-03 19:33:52gregory.p.smithcreate