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 benjamin.peterson
Recipients benjamin.peterson, loewis
Date 2009-01-10.21:03:16
SpamBayes Score 0.12063882
Marked as misclassified No
Message-id <1231621397.33.0.960067818236.issue4909@psf.upfronthosting.co.za>
In-reply-to
Content
Tricky. I only solution I can think of is replacing cStringIO with
_stringio or just refusing to replace StringIO usage once cStringIO has
been seen. The latter seems like the best solutions.
History
Date User Action Args
2009-01-10 21:03:17benjamin.petersonsetrecipients: + benjamin.peterson, loewis
2009-01-10 21:03:17benjamin.petersonsetmessageid: <1231621397.33.0.960067818236.issue4909@psf.upfronthosting.co.za>
2009-01-10 21:03:16benjamin.petersonlinkissue4909 messages
2009-01-10 21:03:16benjamin.petersoncreate