R. David Murray added the comment:

No, you may not iterate the iterator in order to compute the len, because then 
the iterator would be exhausted.  In addition, the point of itertools is to 
*lazily* do operations on iterables of indefinite length, so to offer __len__ 
if and only if the arguments supported len (for cases where that would work) 
would be essentially false advertising :)

----------
nosy: +r.david.murray
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

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

Reply via email to