[EMAIL PROTECTED] (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. -- http://mail.python.org/mailman/listinfo/python-list