]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 8 May 2020 14:53:15 +0000 (07:53 -0700)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 14:53:15 +0000 (07:53 -0700)
commit81a5fc38e81b424869f4710f48e9371dfa2d3b77
tree1691df16b3e62be26065f034810c95ad0deb9768
parent2effef7453986bf43a6d921cd471a8bc0722c36a
bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970)
Doc/library/random.rst
Lib/random.py
Lib/test/test_random.py
Misc/NEWS.d/next/Library/2020-05-06-15-36-47.bpo-40541.LlYghL.rst [new file with mode: 0644]