[Python-ideas] An ABC representing "Iterable, Sized, Container"

Serhiy Storchaka storchaka at gmail.com
Sun Jul 24 01:03:31 EDT 2016


On 24.07.16 03:15, Guido van Rossum wrote:
> Does it work? For what categories of iterators? Surely not for streams...

It works for iterators of all standard collections except Python 
implementation of OrderedDict. Not for streams, not for generators.




More information about the Python-ideas mailing list