]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38881: choices() raises ValueError when all weights are zero (GH-17362)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 23 Nov 2019 10:22:13 +0000 (02:22 -0800)
committerGitHub <noreply@github.com>
Sat, 23 Nov 2019 10:22:13 +0000 (02:22 -0800)
commit041d8b48a2e59fa642b2c5124d78086baf74e339
treef189a49ce0107fdeef9eeb75e9e6c63fb169e83c
parent84b1ff65609c5910b4f838adbe1ead83baae7dbf
bpo-38881: choices() raises ValueError when all weights are zero (GH-17362)
Doc/library/random.rst
Lib/random.py
Lib/test/test_random.py
Misc/NEWS.d/next/Library/2019-11-22-20-03-46.bpo-38881.7HV1Q0.rst [new file with mode: 0644]