copysort patch, was RE: [Python-Dev] inline sort option

Guido van Rossum guido at python.org
Tue Oct 28 17:28:35 EST 2003


> > import new
> >
> > def curry(f, x, cls=None):
> >     return new.instancemethod(f, x)
> 
> Hmmm, what's the role of the ", cls=None" argument here...?

Oops, remnant of a dead code branch.

> I.e, couldn't just
> 
> curry = new.instancemethod
> 
> be equivalent?

Right.  I had bigger plans but decided to can them. :-)

--Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-Dev mailing list