]> granicus.if.org Git - python/commit
Add itertools recipe for directly finding the n-th combination (GH-5161) (#5174)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 13 Jan 2018 19:21:15 +0000 (11:21 -0800)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 13 Jan 2018 19:21:15 +0000 (11:21 -0800)
commitcf4cd4bccbf7c8931a3c6209457c6f7add4c7b5c
tree23a8d17756dc8c4168d5e56e8cf53f5e87cf7940
parent29b1aff71805df4c5b6f55c02bda94d07c044c81
Add itertools recipe for directly finding the n-th combination (GH-5161) (#5174)

(cherry picked from commit d37258dd2e189141906bd234385096cd8e885d8d)
Doc/library/itertools.rst
Lib/test/test_itertools.py