New style class & Old style class in Python
John Hunter
jdhunter at ace.bsd.uchicago.edu
Wed Jun 25 09:39:44 EDT 2003
>>>>> "dlo" == dlo olb <dloolb at sinatown.com> writes:
dlo> Hi,
dlo> I came across some posts here mentioning new/old style class
dlo> in python, would anyone care to elaborate them or point me to
dlo> some relevant online doc?
Probably two best sources of information are
http://www.python.org/doc/2.2.1/whatsnew/sect-rellinks.html#SECTION000310000000000000000
and
http://www.python.org/peps/pep-0253.html
John Hunter
More information about the Python-list
mailing list