Where to "import"?

Paulo da Silva psdasilvaX at esotericaX.ptX
Thu Mar 8 17:31:04 EST 2007


Bruno Desthuilliers escreveu:
> Paulo da Silva a écrit :
...

>>
>> c.py
>>     class c:
>         class C(object):
> 
> 1/ better to stick to naming conventions (class names in CamelCase)
Ok. Thanks.
> 2/ do yourself a favor: use new-style classes
I still have python 2.4.3 (The gentoo current version).
I didn't find this in my tutorial. Would you please enlight me
a bit about this (class C(object))? Or just point me out some doc
to read about.

Thank you.
Paulo



More information about the Python-list mailing list