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 benjamin.peterson, eric.araujo, gvanrossum, stutzbach
Date 2010-09-01.14:49:14
SpamBayes Score 3.763233e-05
Marked as misclassified No
Message-id <1283352558.25.0.322938086909.issue9731@psf.upfronthosting.co.za>
In-reply-to
Content
That would be too hard-headed. A complaint I often hear about Interfaces in Java is that classes have a hard time if they choose not to implement a certain method. It also would not be enough -- there are tons of ways you would be able to satisfy such a check to the letter while still breaking any call.

It may be a good idea for a lint-style tool to warn about these though.
History
Date User Action Args
2010-09-01 14:49:18gvanrossumsetrecipients: + gvanrossum, benjamin.peterson, stutzbach, eric.araujo
2010-09-01 14:49:18gvanrossumsetmessageid: <1283352558.25.0.322938086909.issue9731@psf.upfronthosting.co.za>
2010-09-01 14:49:15gvanrossumlinkissue9731 messages
2010-09-01 14:49:14gvanrossumcreate