| commit | 825758c50b3c8006db16c1b8627e417db32a1d23 | [log] [tgz] |
|---|---|---|
| author | Raymond Hettinger <python@rcn.com> | Thu Jan 08 05:20:19 2009 +0000 |
| committer | Raymond Hettinger <python@rcn.com> | Thu Jan 08 05:20:19 2009 +0000 |
| tree | 119e0903dc54f33806e5eae267ee52328b6d027c | |
| parent | cd610ae7f21db5782b76d562002b27959d7e87b7 [diff] |
- 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.