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 Aman.Shah, Arfrever, alexandre.vassalotti, pitrou, r.david.murray, serhiy.storchaka
Date 2013-03-04.12:14:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362399258.7.0.692791120486.issue17299@psf.upfronthosting.co.za>
In-reply-to
Content
I have added comments on Rietveld.

Perhaps it will be worth to create mixings for cStringIO.StringIO, BytesIO and file object and then mix them to other tests.

Note that there is no sense to change pure Python pickle tests. Python implementation uses the same code for all streams. It's C implementation needs specialized tests (in Lib/test/test_cpickle.py).
History
Date User Action Args
2013-03-04 12:14:18serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti, Arfrever, r.david.murray, Aman.Shah
2013-03-04 12:14:18serhiy.storchakasetmessageid: <1362399258.7.0.692791120486.issue17299@psf.upfronthosting.co.za>
2013-03-04 12:14:18serhiy.storchakalinkissue17299 messages
2013-03-04 12:14:18serhiy.storchakacreate