[Python-Dev] Class Methods

Jeremy Hylton jeremy@digicool.com
Fri, 20 Apr 2001 11:14:16 -0400 (EDT)


>>>>> "TH" == Thomas Heller <thomas.heller@ion-tof.com> writes:

  TH> There are some signs :-) that Python's object model is going to
  TH> be revised even _before_ Python 3000.

  TH> Is someone willing to join me fighting for class methods (I mean
  TH> 'real' class-methods in the Smalltalk style here, _not_ static
  TH> methods like in Java or C++).

The idea sounds good in the abstract.  Class are objects and objects
ought to have methods that implement their behavior.  How does that
very vague idea turn into something real?  No clue.  You start
fighting and let's see where it goes :-).

Jeremy