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 ethan.furman
Recipients alexandre.vassalotti, barry, eli.bendersky, ethan.furman, gvanrossum, larry, pitrou, python-dev, serhiy.storchaka
Date 2014-02-21.19:22:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393010554.68.0.706796295912.issue20653@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine commented:
------------------
> The pickle docs don't mention __reduce_ex__ as being preferred, as in "you should
> use this one", on the contrary.


Are we reading the same docs?

http://docs.python.org/dev/library/pickle.html#object.__reduce_ex__
-------------------------------------------------------------------
[...] When defined, pickle will prefer it over the __reduce__() method.
History
Date User Action Args
2014-02-21 19:22:34ethan.furmansetrecipients: + ethan.furman, gvanrossum, barry, pitrou, larry, alexandre.vassalotti, eli.bendersky, python-dev, serhiy.storchaka
2014-02-21 19:22:34ethan.furmansetmessageid: <1393010554.68.0.706796295912.issue20653@psf.upfronthosting.co.za>
2014-02-21 19:22:34ethan.furmanlinkissue20653 messages
2014-02-21 19:22:33ethan.furmancreate