]> granicus.if.org Git - python/commit
Issue #18844: Make the number of selections a keyword-only argument for random.choices().
authorRaymond Hettinger <python@rcn.com>
Tue, 27 Sep 2016 04:45:57 +0000 (21:45 -0700)
committerRaymond Hettinger <python@rcn.com>
Tue, 27 Sep 2016 04:45:57 +0000 (21:45 -0700)
commit9016f2864affea83d4d2c02f4396823f8a56b394
treebd12f48eed87079bd24d43bace81be5c46c7af21
parent22805ca54e1e5db4b66be1b28b0baac2b1b4b4de
Issue #18844: Make the number of selections a keyword-only argument for random.choices().
Doc/library/random.rst
Lib/random.py
Lib/test/test_random.py
Misc/NEWS