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 NeilGirdhar
Recipients NeilGirdhar
Date 2012-11-23.16:51:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353689500.44.0.874231567129.issue16540@psf.upfronthosting.co.za>
In-reply-to
Content
When using sequence types polymorphically, range, list, and tuple are both iterable and subscriptable.  Unfortunately, itertools.count, cycle, and repeat objects are not subscriptable, although this is not a hard change.

Please consider making these objects subscriptable for polymorphic usage.
History
Date User Action Args
2012-11-23 16:51:40NeilGirdharsetrecipients: + NeilGirdhar
2012-11-23 16:51:40NeilGirdharsetmessageid: <1353689500.44.0.874231567129.issue16540@psf.upfronthosting.co.za>
2012-11-23 16:51:40NeilGirdharlinkissue16540 messages
2012-11-23 16:51:39NeilGirdharcreate