R. David Murray <rdmur...@bitdance.com> added the comment:

Exhaustion of the iterator is easily solved by simply retaining a reference to 
it and iterating that (which is what I had in mind).  However, I had not 
thought about the problem of an *in*exhaustable iterator, and to cover that 
case len is indeed better.

----------

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

Reply via email to