Nick Coghlan added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16728>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to