Antti Haapala added the comment:

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.

----------
nosy: +ztane

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23871>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to