Progress on missing features?

Courageous jkraska1 at san.rr.com
Tue Aug 14 12:46:43 EDT 2001


>  - class methods

>The first two could be considered quite important for ma-
>king the language more complete in terms of object orien-
>tation.

If you reframe your thinking and do module-level methods instead,
treating a module as an object, you will have achieved everything
here that you ever need to achieve with a class method.

C//




More information about the Python-list mailing list