diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2021-10-16 15:16:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-16 15:16:53 (GMT) |
commit | 5afa0a411243210a30526c7459a0ccff5cb88494 (patch) | |
tree | 4992ce242cf280b85395af4dfe06ffff2d8c4f45 /Misc | |
parent | 15ad52fbf607b6ccec44a38a8a32a5f1fad635ee (diff) | |
download | cpython-5afa0a411243210a30526c7459a0ccff5cb88494.zip cpython-5afa0a411243210a30526c7459a0ccff5cb88494.tar.gz cpython-5afa0a411243210a30526c7459a0ccff5cb88494.tar.bz2 |
bpo-42222: Remove deprecated support for non-integer values (GH-28983)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-10-15-11-30-11.bpo-42222.hdHyac.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-10-15-11-30-11.bpo-42222.hdHyac.rst b/Misc/NEWS.d/next/Library/2021-10-15-11-30-11.bpo-42222.hdHyac.rst new file mode 100644 index 0000000..9b29fa4 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-10-15-11-30-11.bpo-42222.hdHyac.rst @@ -0,0 +1 @@ +Removed deprecated support for float arguments in *randrange()*. |