]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix corner case for Random.choice() and add tests.
authorRaymond Hettinger <python@rcn.com>
Tue, 7 Sep 2010 10:06:56 +0000 (10:06 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 7 Sep 2010 10:06:56 +0000 (10:06 +0000)
commitdc4872eefe2531e6627aa09818e95372a50e3b45
tree0b61130e5de9917744671797d0ffab1b2036898c
parentc324697bac35d7151c93f3c64009b3ec17a053e7
Fix corner case for Random.choice() and add tests.
Lib/random.py
Lib/test/test_random.py