Serhiy Storchaka added the comment:

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/

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17299>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to