]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42470: Do not warn on sequences which are also sets in random.sample() (GH-23665)
authormasklinn <github.com@masklinn.net>
Sat, 19 Dec 2020 04:33:36 +0000 (05:33 +0100)
committerGitHub <noreply@github.com>
Sat, 19 Dec 2020 04:33:36 +0000 (20:33 -0800)
commit1e27b57dbc8c1b758e37a531487813aef2d111ca
tree4f7b7740e4f6739e9c053a5369f56ae2e8e9b05e
parente0096124768f5d06b78cec977d9c37f27c5eab5f
bpo-42470: Do not warn on sequences which are also sets in random.sample() (GH-23665)
Lib/random.py
Lib/test/test_random.py
Misc/NEWS.d/next/Library/2020-12-06-12-00-00.bpo-42470.iqtC4L.rst [new file with mode: 0644]