]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42222: Modernize integer test/conversion in randrange() (#23064)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 28 Dec 2020 19:10:34 +0000 (11:10 -0800)
committerGitHub <noreply@github.com>
Mon, 28 Dec 2020 19:10:34 +0000 (11:10 -0800)
commita9621bb301dba44494e81edc00e3a3b62c96af26
treeb5b79c36977d682803b3b7fcbc35b156f18d4809
parent1031f23fc3aed6760785bf0f8290bd2b2cce41c2
bpo-42222: Modernize integer test/conversion in randrange() (#23064)
Doc/library/random.rst
Lib/random.py
Lib/test/test_random.py
Misc/NEWS.d/next/Library/2020-10-31-10-28-32.bpo-42222.Cfl1eR.rst [new file with mode: 0644]