]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360)
authorZackery Spytz <zspytz@gmail.com>
Tue, 15 Feb 2022 23:12:15 +0000 (15:12 -0800)
committerGitHub <noreply@github.com>
Tue, 15 Feb 2022 23:12:15 +0000 (17:12 -0600)
commit08ec80113b3b7f7a9eaa3d217494536b63305181
tree191ff93a92579d81ae5826a0e3e3cfe520e2d485
parent1d81fdc4c004511c25f74db0e04ddbbb8a04ce6d
bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360)
Doc/library/random.rst
Lib/random.py
Lib/test/test_random.py
Misc/NEWS.d/next/Library/2022-02-15-07-39-43.bpo-46737.6Pnblt.rst [new file with mode: 0644]