[docs] [issue10357] ** and "mapping" are poorly defined in python docs

R. David Murray report at bugs.python.org
Mon Nov 8 17:00:51 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

I think the Glossary entry needs to be updated to point to the authoritative source for 'mapping' methods:

http://docs.python.org/library/collections.html#abcs-abstract-base-classes

(and yes, I realize that info is not located in a particularly intuitive location!)

I wonder, however, if the code should be updated to use a dictionary iterator rather than 'keys'.

----------
nosy: +r.david.murray, rhettinger
stage:  -> needs patch
type:  -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10357>
_______________________________________


More information about the docs mailing list