End of file

Andrew Durdin adurdin at gmail.com
Mon Oct 11 01:05:02 EDT 2004


On Sun, 10 Oct 2004 21:57:27 -0700, Robert Brewer <fumanchu at amor.org> wrote:
> 
> Is there some reason people consistently don't use new-style classes? :(

I usually use old-style classes accidentally, because it's easier to
do """class Foo:""" than """class Foo(object):""", particularly in the
interactive interpreter.
Is there a plan for the former to produce a new-style class (i.e.
total removal of old-style classes) before Py3k?



More information about the Python-list mailing list