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 serhiy.storchaka
Recipients NeilGirdhar, rhettinger, serhiy.storchaka
Date 2012-11-23.17:01:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353690083.35.0.702669862397.issue16540@psf.upfronthosting.co.za>
In-reply-to
Content
Range, list, and tuple are iterables, but itertools.count, cycle, and repeat objects are iterators. Subscripting is not a part of iterator protocol.
History
Date User Action Args
2012-11-23 17:01:23serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, NeilGirdhar
2012-11-23 17:01:23serhiy.storchakasetmessageid: <1353690083.35.0.702669862397.issue16540@psf.upfronthosting.co.za>
2012-11-23 17:01:23serhiy.storchakalinkissue16540 messages
2012-11-23 17:01:23serhiy.storchakacreate