Defining Python class methods in C

John Machin sjmachin at lexicon.net
Sun Mar 23 16:16:23 EST 2003


On 23 Mar 2003 06:42:26 -0800, belred1 at yahoo.com (Bryan) wrote:

>thank you both for your help. 

You're welcome.


>  i take it from
>john's posting, that classes are uses to be compatible with older
>versions of python.

I don't know where you got that idea, or even what you mean by that.
In fact there are two kinds of classes, classic and new. See this:

http://www.python.org/doc/2.2.1/whatsnew/

Cheers,
John





More information about the Python-list mailing list