diff options
author | Anders Kaseorg <andersk@mit.edu> | 2024-09-12 13:54:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 13:54:18 (GMT) |
commit | a362c41bc934fabe6bfef9be1962005b38396860 (patch) | |
tree | 7b7acb6a792c60e00d5bd0e5f873bf77fc783281 /Misc/NEWS.d/next | |
parent | 8e99495701737c9d9706622f59581213ef163b23 (diff) | |
download | cpython-a362c41bc934fabe6bfef9be1962005b38396860.zip cpython-a362c41bc934fabe6bfef9be1962005b38396860.tar.gz cpython-a362c41bc934fabe6bfef9be1962005b38396860.tar.bz2 |
gh-123968: Fix lower bound for `python -m random --float` (#123971)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-09-11-19-12-23.gh-issue-123968.OwHON_.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-09-11-19-12-23.gh-issue-123968.OwHON_.rst b/Misc/NEWS.d/next/Library/2024-09-11-19-12-23.gh-issue-123968.OwHON_.rst new file mode 100644 index 0000000..4d48947 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-09-11-19-12-23.gh-issue-123968.OwHON_.rst @@ -0,0 +1 @@ +Fix the command-line interface for the :mod:`random` module to select floats between 0 and N, not 1 and N. |