[Python-ideas] Why can't we pickle module objects?

Yuval Greenfield ubershmekel at gmail.com
Tue Jul 9 14:24:14 CEST 2013


On Tue, Jul 9, 2013 at 1:20 PM, Haoyi Li <haoyi.sg at gmail.com> wrote:

> [...]
> I guess the (hypothetical) patch would cover all versions {2.7, 3.3} X
> {pickle, cPickle}?
>
>
It would be for 3.4 only as 2.7 and 3.3 are in feature freeze.

Personally I stopped enjoying pickling classes because of the pains in
renaming the source after saving the pickle file, so my opinion would be to
leave pickle alone.

Yuval
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130709/2a2d289b/attachment.html>


More information about the Python-ideas mailing list