[New-bugs-announce] [issue17887] docs: summary page - generator vs iterator vs iterable

anatoly techtonik report at bugs.python.org
Wed May 1 08:34:47 CEST 2013


New submission from anatoly techtonik:

Docs lack a good summary page comparing three concepts. The main question is how do I tell if something is a sequence, generator, iterator or iterable? I found myself puzzled that range() is neither generator or iterator.

----------
assignee: docs at python
components: Documentation
messages: 188203
nosy: docs at python, techtonik
priority: normal
severity: normal
status: open
title: docs: summary page - generator vs iterator vs iterable

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17887>
_______________________________________


More information about the New-bugs-announce mailing list