]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42944 Fix Random.sample when counts is not None (GH-24235) (GH-24243)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 18 Jan 2021 18:36:07 +0000 (10:36 -0800)
committerGitHub <noreply@github.com>
Mon, 18 Jan 2021 18:36:07 +0000 (10:36 -0800)
commita90539f5723a4c34430761be8cba97daa8474abf
treecd80948f85071abff54bff4654c54602c2a7650c
parent799722cb0ddb90752cde7798cab543f30623ebf2
bpo-42944 Fix Random.sample when counts is not None (GH-24235) (GH-24243)
Lib/random.py
Lib/test/test_random.py
Misc/NEWS.d/next/Library/2021-01-18-10-41-44.bpo-42944.RrONvy.rst [new file with mode: 0644]