On 02.10.2015 05:49, Steven D'Aprano wrote:
> At most, some have suggested that we don't have a good
> word for those iterables which are not iterators.

Isn't that a "sequence"? The collections module defines a Sequence as having a __getitem__ and __len__. Is a "non-iterator iterable" something different?