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 serhiy.storchaka
Recipients alexandre.vassalotti, pitrou, serhiy.storchaka
Date 2013-02-26.08:39:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361867979.39.0.619834075084.issue17299@psf.upfronthosting.co.za>
In-reply-to
Content
Currently cPickle module tested only with cStringIO.StringIO. However cPickle uses different code for cStringIO.StringIO, for file objects, and for general IO streams (i.e. io.BytesIO). Last two cases are not covered by tests.
History
Date User Action Args
2013-02-26 08:39:39serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti
2013-02-26 08:39:39serhiy.storchakasetmessageid: <1361867979.39.0.619834075084.issue17299@psf.upfronthosting.co.za>
2013-02-26 08:39:39serhiy.storchakalinkissue17299 messages
2013-02-26 08:39:38serhiy.storchakacreate