[issue32099] Use range in itertools roundrobin recipe

Raymond Hettinger report at bugs.python.org
Tue Nov 21 14:35:04 EST 2017


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

Really, I don't give a whit about the micro-benchmarks -- that completely misses the point.  The recipes are primarily intended to have educational value on ways to use itertools, deques, and whatnot.

For itertools, I'm satisfied with new variable name and the additional comment.  For collections, there is an open question about whether adding an extra example would make users better off.   Beyond that, I have little interest is exploring all the little variants or wasting further time on this (that is what ASPN, StackOverflow, and blog posts are for).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32099>
_______________________________________


More information about the Python-bugs-list mailing list