This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients docs@python, techtonik
Date 2013-05-01.06:34:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367390087.97.0.0883934646573.issue17887@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-05-01 06:34:48techtoniksetrecipients: + techtonik, docs@python
2013-05-01 06:34:47techtoniksetmessageid: <1367390087.97.0.0883934646573.issue17887@psf.upfronthosting.co.za>
2013-05-01 06:34:47techtoniklinkissue17887 messages
2013-05-01 06:34:47techtonikcreate