[Python-Dev] Let's get rid of unbound methods

Armin Rigo arigo at tunes.org
Wed Jan 5 23:39:18 CET 2005


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
> >'appropriate_super_class_of_C.__dict__["x"]' ?
> 
> Er, classmethod would be one; a rather important one at that.

Oups.  Right, sorry.


Armin


More information about the Python-Dev mailing list