[Python-Dev] Let's get rid of unbound methods (original) (raw)
Phillip J. Eby pje at telecommunity.com
Wed Jan 5 19:03:42 CET 2005
- Previous message: [Python-Dev] Let's get rid of unbound methods
- Next message: [Python-Dev] Let's get rid of unbound methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 04:30 PM 1/5/05 +0000, Armin Rigo wrote:
Hi Guido,
On Tue, Jan 04, 2005 at 10:28:03AM -0800, Guido van Rossum wrote: > Let's get rid of unbound methods. Is there any other use case for 'C.x' not returning the same as 'appropriatesuperclassofC.dict["x"]' ?
Er, classmethod would be one; a rather important one at that.
- Previous message: [Python-Dev] Let's get rid of unbound methods
- Next message: [Python-Dev] Let's get rid of unbound methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]