]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Rename weighted_choices() to just choices()
authorRaymond Hettinger <python@rcn.com>
Wed, 7 Sep 2016 07:08:44 +0000 (00:08 -0700)
committerRaymond Hettinger <python@rcn.com>
Wed, 7 Sep 2016 07:08:44 +0000 (00:08 -0700)
commit28aa4a06842bb4a27b6c41b61bc52da74cad669e
tree4c3e5bae19b3f200e3c825012efd27dc5dd1e954
parentc98b26a6ac0e5e68dd2eb820430cc2a44b4df019
Rename weighted_choices() to just choices()
Doc/library/random.rst
Lib/random.py
Lib/test/test_random.py
Misc/NEWS