]> granicus.if.org Git - python/commit
Add itertools recipe for directly finding the n-th combination (#5161)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 13 Jan 2018 18:35:40 +0000 (10:35 -0800)
committerGitHub <noreply@github.com>
Sat, 13 Jan 2018 18:35:40 +0000 (10:35 -0800)
commitd37258dd2e189141906bd234385096cd8e885d8d
tree7a48acb717506abcd109cbbbb5d649935790e404
parent0f31c74fcfdec8f9e6157de2c366f2273de81677
Add itertools recipe for directly finding the n-th combination (#5161)
Doc/library/itertools.rst
Lib/test/test_itertools.py