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-11.13:22:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363008156.27.0.279699280309.issue17299@psf.upfronthosting.co.za>
In-reply-to
Content
DRY (do not repeat yourself). Do not implement the same method three times. Definitely the common code should be extracted into separate mixin classes: cStringIOMixin, BytesIOMixin, FileIOMixin.

> What is the problem in using the existing pickletester.py??

This is just unnecessary. This is cPickle-only issue.


Aman, can you please submit a contributor form?

http://python.org/psf/contrib/contrib-form/
http://python.org/psf/contrib/
History
Date User Action Args
2013-03-11 13:22:36serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti, Arfrever, r.david.murray, Aman.Shah
2013-03-11 13:22:36serhiy.storchakasetmessageid: <1363008156.27.0.279699280309.issue17299@psf.upfronthosting.co.za>
2013-03-11 13:22:36serhiy.storchakalinkissue17299 messages
2013-03-11 13:22:35serhiy.storchakacreate