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 eric.araujo
Recipients benjamin.peterson, eric.araujo, georg.brandl, paddy3118, pitrou, terry.reedy
Date 2010-07-10.21:24:51
SpamBayes Score 0.072902024
Marked as misclassified No
Message-id <1278797092.32.0.723235770625.issue3214@psf.upfronthosting.co.za>
In-reply-to
Content
Benjamin: Georg, you may also want to amend this entry for ABCs.

Georg: ABCs are not duck-typing since they involve isinstance() anyway.

Since ABCs provide virtual subclassing, using hasattr without requiring subclassing or registering, isn’t Benjamin right after all?
History
Date User Action Args
2010-07-10 21:24:52eric.araujosetrecipients: + eric.araujo, georg.brandl, terry.reedy, pitrou, paddy3118, benjamin.peterson
2010-07-10 21:24:52eric.araujosetmessageid: <1278797092.32.0.723235770625.issue3214@psf.upfronthosting.co.za>
2010-07-10 21:24:51eric.araujolinkissue3214 messages
2010-07-10 21:24:51eric.araujocreate