]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18844: Add random.weighted_choices()
authorRaymond Hettinger <python@rcn.com>
Wed, 7 Sep 2016 00:15:29 +0000 (17:15 -0700)
committerRaymond Hettinger <python@rcn.com>
Wed, 7 Sep 2016 00:15:29 +0000 (17:15 -0700)
commite8f1e002c642e30b820181cd87ae9d187d709f59
treef5cb3c6514eec58c8bf2071dbaa7b71473f5d2d4
parent63d98bcd4c88eea1c4b50dae95da662284813114
Issue #18844: Add random.weighted_choices()
Doc/library/random.rst
Lib/random.py
Lib/test/test_random.py
Misc/NEWS