]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 17862: Improve the signature of itertools grouper() recipe.
authorRaymond Hettinger <python@rcn.com>
Mon, 6 May 2013 02:45:42 +0000 (19:45 -0700)
committerRaymond Hettinger <python@rcn.com>
Mon, 6 May 2013 02:45:42 +0000 (19:45 -0700)
commit277c27c8fce8e58ed22f5aa25627785fb08e4ce4
tree59589edf11e2950d136a5dcaf91ff2c89f10a1d3
parent6a4f39416580b4e4f0f39aca31ad2f5ef149f603
Issue 17862:  Improve the signature of itertools grouper() recipe.

Putting *n* after the *iterable* matches the signature of other itertools
and recipes.  Also, it reads better.

Suggested by Ezio Melotti.
Doc/library/itertools.rst