[Python-Dev] Let's get rid of unbound methods (original) (raw)
Armin Rigo arigo at tunes.org
Wed Jan 5 23:39:18 CET 2005
- Previous message: [Python-Dev] Let's get rid of unbound methods
- Next message: [Python-Dev] 2.3.5 schedule, and something I'd like to get in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Phillip,
On Wed, Jan 05, 2005 at 01:03:42PM -0500, Phillip J. Eby wrote:
>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.
Oups. Right, sorry.
Armin
- Previous message: [Python-Dev] Let's get rid of unbound methods
- Next message: [Python-Dev] 2.3.5 schedule, and something I'd like to get in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]