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 r.david.murray
Recipients r.david.murray, rhettinger, yselivanov
Date 2015-08-18.13:40:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439905255.05.0.477579312915.issue24879@psf.upfronthosting.co.za>
In-reply-to
Content
No, protocols and duck typing do not always use dunder names.  In fact checking for dunder names explicitly is probably the less common of the two cases.  (We are talking about "protocol" here in a generic sense, not the restricted set of those that include dunder methods.)
History
Date User Action Args
2015-08-18 13:40:55r.david.murraysetrecipients: + r.david.murray, rhettinger, yselivanov
2015-08-18 13:40:55r.david.murraysetmessageid: <1439905255.05.0.477579312915.issue24879@psf.upfronthosting.co.za>
2015-08-18 13:40:55r.david.murraylinkissue24879 messages
2015-08-18 13:40:54r.david.murraycreate