New inited instance of class?

Fredrik Lundh fredrik at pythonware.com
Sun Dec 7 07:03:16 EST 2003


Francis Avila wrote:

> If you're curious, look in the Python Language Reference at the old and new
> style classes to see the differences.  There's absolutely no advantage to
> old style classes

except performance:

http://www.python.org/~jeremy/weblog/030506.html

> it's vital for understanding the still poorly-documented new-style classes.

documentation may also be seen as an advantage, of course.

</F>








More information about the Python-list mailing list