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 pitrou
Recipients pitrou, r.david.murray, santoso.wijaya
Date 2013-03-22.09:56:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363946179.06.0.228383697833.issue17517@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, this is probably too late to fix, since it only affects 2.7. Calling StringIO / cStringIO with a non-str argument should probably have raised TypeError, for the sake of sanity.
History
Date User Action Args
2013-03-22 09:56:19pitrousetrecipients: + pitrou, r.david.murray, santoso.wijaya
2013-03-22 09:56:19pitrousetmessageid: <1363946179.06.0.228383697833.issue17517@psf.upfronthosting.co.za>
2013-03-22 09:56:19pitroulinkissue17517 messages
2013-03-22 09:56:18pitroucreate