Alan Isaac <[EMAIL PROTECTED]> writes:I take it from this thread that in Python 3 the following are equivalent:
class Test: pass
class Test(object): pass
Arnaud Delobelle wrote:
I don't know where it is stated, but how could they *not* be equivalent?
The most obvious way would be that the former became an illegal syntax. But in Python 3 alpha, it is accepted, so I assume that it will continue to be? Cheers, Alan Isaac -- http://mail.python.org/mailman/listinfo/python-list