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 serhiy.storchaka
Recipients BreamoreBoy, Claudiu.Popa, benjamin.peterson, daniel.urban, eric.araujo, gvanrossum, rhettinger, serhiy.storchaka, stutzbach, terry.reedy
Date 2015-03-10.10:52:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425984765.58.0.0504881524166.issue9731@psf.upfronthosting.co.za>
In-reply-to
Content
What if abstract class contains not only abstract methods, but default implementation of some methods? Should the predicate test if tested class contain these methods?

For example, the Sequence ABC contains default implementation of __iter__. Should the predicate test that concrete sequence class implements __iter__?
History
Date User Action Args
2015-03-10 10:52:45serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, rhettinger, terry.reedy, benjamin.peterson, stutzbach, eric.araujo, daniel.urban, Claudiu.Popa, BreamoreBoy
2015-03-10 10:52:45serhiy.storchakasetmessageid: <1425984765.58.0.0504881524166.issue9731@psf.upfronthosting.co.za>
2015-03-10 10:52:45serhiy.storchakalinkissue9731 messages
2015-03-10 10:52:45serhiy.storchakacreate