aboutsummaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMiro HronĨok <miro@hroncok.cz>2022-02-03 14:48:13 +0100
committerGitHub <noreply@github.com>2022-02-03 07:48:13 -0600
commit6baa98e538b2e26f16eaaf462f99496e98d2cfb1 (patch)
tree5cf899cacf875fedade890d321db3f1e1d4ad2ff /Misc
parent674ab66ebdf06f187e193a3d7bde13b71ba0f9af (diff)
downloadcpython3-6baa98e538b2e26f16eaaf462f99496e98d2cfb1.tar.gz
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.rst1
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 0000000000..b0203b9a8b
--- /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`.