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 paul.moore
Recipients doerwalter, kteague, ncoghlan, paul.moore, ryan.freckleton
Date 2009-03-02.13:20:41
SpamBayes Score 9.819001e-07
Marked as misclassified No
Message-id <1236000046.41.0.584344256292.issue5135@psf.upfronthosting.co.za>
In-reply-to
Content
I raised issue 5405. Armin Roachner commented over there that it's not
even possible in principle to enumerate the ABCs a class implements
because ABCs can do semantic checks (e.g., checking for the existence of
a special method).

So documenting the limitation is all we can manage, I guess.
History
Date User Action Args
2009-03-02 13:21:10paul.mooreunlinkissue5135 messages
2009-03-02 13:20:46paul.mooresetrecipients: + paul.moore, doerwalter, ncoghlan, ryan.freckleton, kteague
2009-03-02 13:20:46paul.mooresetmessageid: <1236000046.41.0.584344256292.issue5135@psf.upfronthosting.co.za>
2009-03-02 13:20:43paul.moorelinkissue5135 messages
2009-03-02 13:20:43paul.moorecreate