Of course they should?  What should they use?


On Sun, Jun 8, 2014 at 6:03 AM, Nick Coghlan <ncoghlan@gmail.com> wrote:


On 8 Jun 2014 16:53, "Neil Girdhar" <mistersheik@gmail.com> wrote:
>
> Was my proposal clear?  If reduce isn't updated to return the keyword arguments then it is not compatible with classes that require keyword arguments without some serious metaclass fiddling as far as I can tell.

Those classes shouldn't use reduce for their pickling support.

Cheers,
Nick.