]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100234: Set a default value for random.expovariate() (GH-100235)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 15 Dec 2022 18:40:45 +0000 (20:40 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Dec 2022 18:40:45 +0000 (12:40 -0600)
commitb430399d41fa88e9040cd055e55cf9211bf63c61
treea83f25c8bb342a19bbefe8f76208eff2c0f43fc1
parent8356c14b4f81f4d0010afb61610edacf4068b804
GH-100234: Set a default value for random.expovariate() (GH-100235)
Doc/library/random.rst
Lib/random.py
Lib/test/test_random.py
Misc/NEWS.d/next/Library/2022-12-14-11-45-38.gh-issue-100234.kn6yWV.rst [new file with mode: 0644]