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 ztane
Recipients Antony.Lee, ztane
Date 2015-04-05.08:38:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428223138.87.0.57194474963.issue23871@psf.upfronthosting.co.za>
In-reply-to
Content
well, they wouldn't and shouldn't behave like range. range is a sequence whereas count or repeat wouldn't necessarily be sequences. (they can be infinite and thus not having length). And the count shouldn't be *reiterable* because that is why it exists (otherwise we could just use range). For repeat, indexing hardly matters.
History
Date User Action Args
2015-04-05 08:38:58ztanesetrecipients: + ztane, Antony.Lee
2015-04-05 08:38:58ztanesetmessageid: <1428223138.87.0.57194474963.issue23871@psf.upfronthosting.co.za>
2015-04-05 08:38:58ztanelinkissue23871 messages
2015-04-05 08:38:58ztanecreate