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 rhettinger
Recipients docs@python, eric.araujo, petri.lehtinen, rhettinger
Date 2012-11-26.19:14:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353957299.39.0.746297610466.issue15472@psf.upfronthosting.co.za>
In-reply-to
Content
Also note that the "seq[0], seq[1], ..." notation only makes sense for objects that are indexable.   It is very slightly misleading but does a good job of communicating what the itertools do.
History
Date User Action Args
2012-11-26 19:14:59rhettingersetrecipients: + rhettinger, eric.araujo, docs@python, petri.lehtinen
2012-11-26 19:14:59rhettingersetmessageid: <1353957299.39.0.746297610466.issue15472@psf.upfronthosting.co.za>
2012-11-26 19:14:59rhettingerlinkissue15472 messages
2012-11-26 19:14:59rhettingercreate