[Python-ideas] Expose `itertools.count.start` and implement `itertools.count.__eq__` based on it, like `range`.

Ram Rachum ram.rachum at gmail.com
Thu May 15 22:02:56 CEST 2014


I suggest exposing `itertools.count.start` and implementing 
`itertools.count.__eq__` based on it. This'll provide the same benefits 
that `range` got by exposing `range.start` and allowing `range.__eq__`.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140515/c251c923/attachment.html>


More information about the Python-ideas mailing list