Message229979
The existing documentation is confusing.
— improve wording as follows
enumerate(sequence, start=0)
Returns pairings of index into sequence[link to glossary.html#term-sequence] with the object at that index in the sequence.
— wording as found in v.2.7.5
enumerate(sequence, start=0)
Return an enumerate object. sequence must be a sequence, an iterator, or some other object which supports iteration. The next() method of the iterator returned by enumerate() returns a tuple containing a count (from start which defaults to 0) and the values obtained from iterating over sequence: |
|
Date |
User |
Action |
Args |
2014-10-25 03:43:56 | vy0123 | set | recipients:
+ vy0123, docs@python |
2014-10-25 03:43:56 | vy0123 | set | messageid: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> |
2014-10-25 03:43:56 | vy0123 | link | issue22725 messages |
2014-10-25 03:43:55 | vy0123 | create | |
|