[docs] [issue16728] Missing cross-reference in sequence glossary entry

Nick Coghlan report at bugs.python.org
Fri Dec 21 09:29:00 CET 2012


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 <report at bugs.python.org>
<http://bugs.python.org/issue16728>
_______________________________________


More information about the docs mailing list