R. David Murray added the comment:

Absolutely you do not need to define __len__ to get an iterable.  Length is not 
a property of an iterable (iterables can be indefinite in length or infinite in 
length).

----------
nosy: +r.david.murray

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

Reply via email to