Instantiating classes which are derived from built-in types.

Paul Rubin http
Mon Nov 28 22:53:49 EST 2005


aleax at mail.comcast.net (Alex Martelli) writes:
> A is oldstyle -- a wart existing for backwards compatibility.

I think it's time for "from __future__ import newclasses" since
I hate having to type "class A(object):" instead of "class A:"
all over the place.



More information about the Python-list mailing list