]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18844: Make the various ways for specifing weights produce the same results.
authorRaymond Hettinger <python@rcn.com>
Sat, 29 Oct 2016 23:55:36 +0000 (16:55 -0700)
committerRaymond Hettinger <python@rcn.com>
Sat, 29 Oct 2016 23:55:36 +0000 (16:55 -0700)
commit30d00e54dde47b11f5b338aaba17760b641e1705
tree4d185bcc465b08f57558d1b8b39f788efba2fc82
parentab5cf4da4e57fd317e6c4baaaa1d679c0ee9ef08
Issue #18844: Make the various ways for specifing weights produce the same results.
Lib/random.py
Lib/test/test_random.py
Misc/NEWS