Ethan Furman added the comment:

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.

----------

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

Reply via email to