This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients
Date 2007-03-19.23:31:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Attached is a patch that implements this proposal, adding copious commentary.  It doesn't seem to break anything in the test suite.

I wonder if we should even make the check more rigid: check the argument list if either the current method *is* overridden or the other one *is not* overridden.  This would make super calls check the arguments even if the other method is overridden.  What do you think?
File Added: new_init.patch
History
Date User Action Args
2007-08-23 14:52:35adminlinkissue1683368 messages
2007-08-23 14:52:35admincreate