]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100805: Support numpy.array() in random.choice(). (GH-100830)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 8 Jan 2023 19:40:35 +0000 (13:40 -0600)
committerGitHub <noreply@github.com>
Sun, 8 Jan 2023 19:40:35 +0000 (13:40 -0600)
commit9a68ff12c3e647a4f8dd935919ae296593770a6b
treead74d7cc798d2ecd2bd87d7a09317d7875cac51a
parent87d3bd0e02cddc415a42573052110eb9301d2c3d
GH-100805:  Support numpy.array() in random.choice(). (GH-100830)
Lib/random.py
Lib/test/test_random.py
Misc/NEWS.d/next/Library/2023-01-07-15-13-47.gh-issue-100805.05rBz9.rst [new file with mode: 0644]