Some language proposals.

Jacek Generowicz jacek.generowicz at cern.ch
Thu Feb 26 06:39:22 EST 2004


"Jimmy Retzlaff" <jimmy at retzlaff.com> writes:

> The function new.instancemethod will build an instance method for
> you

Ah yes, I remember putting instancemethod through its paces, and even
discovering the undocumented feature of it accepting None as an
instance ... my recollection is that it did not work with callable
instances as the callable, but clearly I'm misremembering. I can't
find a problem with builtins either ... but a little voice is telling
me that I came across some problem with this approach, somewhere along
the line.

Oh well, thanks for showing me that this approach works better that my
recollection of it.



More information about the Python-list mailing list