Re: [Python-Dev] __reduce__

2011-03-23 Thread Terry Reedy
On 3/23/2011 11:23 AM, Kristján Valur Jónsson wrote: The __reduce__ protocol doesn‘t provide for keyword arguments to the constructor. Some constructor arguments are only available as keyword arguments. Annoying, isn‘t it? I suspect it is ;-). If you think this could be changed and are ready t

[Python-Dev] __reduce__

2011-03-23 Thread Kristján Valur Jónsson
The __reduce__ protocol doesn't provide for keyword arguments to the constructor. Some constructor arguments are only available as keyword arguments. Annoying, isn't it? K ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman