Am 09.09.2011 10:33 schrieb Steven D'Aprano:
Not nonsense. Merely a backward-incompatible change:
[1]
In Python 2.2, the default object constructor accepts, and ignores, any parameters. In Python 2.3 on up, that becomes an error.
Thanks, I wasn't aware of that. My first contact with Python was with 2.3... Thomas[1] Another example why backward-incompatible change are bad. Why was it necessary in this case? :-(
-- http://mail.python.org/mailman/listinfo/python-list