diff options
author | Miro HronĨok <miro@hroncok.cz> | 2022-02-03 13:48:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 13:48:13 (GMT) |
commit | 6baa98e538b2e26f16eaaf462f99496e98d2cfb1 (patch) | |
tree | 5cf899cacf875fedade890d321db3f1e1d4ad2ff /Misc | |
parent | 674ab66ebdf06f187e193a3d7bde13b71ba0f9af (diff) | |
download | cpython-6baa98e538b2e26f16eaaf462f99496e98d2cfb1.zip cpython-6baa98e538b2e26f16eaaf462f99496e98d2cfb1.tar.gz cpython-6baa98e538b2e26f16eaaf462f99496e98d2cfb1.tar.bz2 |
bpo-46624: Defer to 3.12: "Remove deprecated support for non-integer values" (GH-31098)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-02-03-12-07-41.bpo-46624.f_Qqh0.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-02-03-12-07-41.bpo-46624.f_Qqh0.rst b/Misc/NEWS.d/next/Library/2022-02-03-12-07-41.bpo-46624.f_Qqh0.rst new file mode 100644 index 0000000..b0203b9 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-02-03-12-07-41.bpo-46624.f_Qqh0.rst @@ -0,0 +1 @@ +Restore support for non-integer arguments of :func:`random.randrange` and :func:`random.randint`. |