On Thu, Jun 19, 2008 at 3:43 PM, Raymond Hettinger <[EMAIL PROTECTED]> wrote:
> From: "Guido van Rossum" <[EMAIL PROTECTED]>
>>
>> I haven't had the time to look into this, but it sounds unintuitive to
>> drop __reduce_ex__ which is supposed to be the "extended" IOW "newer"
>> version of the API compared to __reduce__ which was deemed to be
>> missing something.
>
> Right.  The version argument should be kept.
> Recommend renaming __reduce_ex__ to  __reduce__
> and dropping the older method.

Hm. That's asking for hard-to-debug problems in 3rd party code.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to