[docs] [issue22725] improve documentation for enumerate() (built-in function)

Van Ly report at bugs.python.org
Sat Oct 25 12:10:23 CEST 2014


Van Ly added the comment:

> "sequence must be a sequence"

The subtle minutiae of aficionados necessary to interpret the meaning of those two words in their distinct relation is opaque to a new comer and doesn’t serve the widest possible audience usefully to get the job done quick. The second placed sense has a range of possibility narrower than iterable as has been said, all sequences are iterables but not all iterables sequences.

----------

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


More information about the docs mailing list