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 ncoghlan
Recipients amaury.forgeotdarc, docs@python, maker, methane, ncoghlan
Date 2012-12-21.08:28:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356078540.07.0.269596402655.issue16728@psf.upfronthosting.co.za>
In-reply-to
Content
As Amaury notes, implicit ducktyping is not feasible for sequences or mappings, as the method names overlap - you have to add explicit semantic information to say which kind of container you're implementing.
History
Date User Action Args
2012-12-21 08:29:00ncoghlansetrecipients: + ncoghlan, amaury.forgeotdarc, methane, docs@python, maker
2012-12-21 08:29:00ncoghlansetmessageid: <1356078540.07.0.269596402655.issue16728@psf.upfronthosting.co.za>
2012-12-21 08:29:00ncoghlanlinkissue16728 messages
2012-12-21 08:28:59ncoghlancreate