]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Issue 4816: itertools.combinations() and itertools.product were raising
authorRaymond Hettinger <python@rcn.com>
Thu, 8 Jan 2009 05:20:19 +0000 (05:20 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 8 Jan 2009 05:20:19 +0000 (05:20 +0000)
commit825758c50b3c8006db16c1b8627e417db32a1d23
tree119e0903dc54f33806e5eae267ee52328b6d027c
parentcd610ae7f21db5782b76d562002b27959d7e87b7
- Issue 4816: itertools.combinations() and itertools.product were raising
  a ValueError for values of *r* larger than the input iterable.  They now
  correctly return an empty iterator.
Doc/library/itertools.rst
Lib/test/test_itertools.py
Misc/NEWS
Modules/itertoolsmodule.c