Duncan Booth wrote: > Steven D'Aprano <[email protected]> wrote:
>> In Python 2.2, the default object constructor accepts, and ignores, any >> parameters. In Python 2.3 on up, that becomes an error. >> > More recently than that. It only became an error in 2.6: For __init__, sure, but it was an error for __new__ back in 2.3. Sorry for not being more clear. -- Steven -- http://mail.python.org/mailman/listinfo/python-list
