]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123968: Fix lower bound for `python -m random --float` (GH-123971) (#124009)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 23 Sep 2024 23:25:51 +0000 (01:25 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 23:25:51 +0000 (16:25 -0700)
commit7b8affa46b36a10247f4e0a76c5611446217546e
treecda535aac0cda7307c9f017fca08220108f71802
parenta439f8531f4e61e6d475bb4754a1f466a3aaffe3
[3.13] gh-123968: Fix lower bound for `python -m random --float` (GH-123971) (#124009)

gh-123968: Fix lower bound for `python -m random --float` (GH-123971)
(cherry picked from commit a362c41bc934fabe6bfef9be1962005b38396860)

Co-authored-by: Anders Kaseorg <andersk@mit.edu>
Lib/random.py
Lib/test/test_random.py
Misc/NEWS.d/next/Library/2024-09-11-19-12-23.gh-issue-123968.OwHON_.rst [new file with mode: 0644]