]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37319: Improve documentation, code and tests of randrange. (GH-19112)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 25 Jan 2021 21:02:04 +0000 (23:02 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Jan 2021 21:02:04 +0000 (23:02 +0200)
commitf066bd94b9225a5a3c4ade5fc3ff81e3c49b7b32
treeb2d22c54e628f087d86e9dfb0330ede92eb4a260
parenteb9983c59b0683270328b5c40a115bb028209511
bpo-37319: Improve documentation, code and tests of randrange. (GH-19112)
Doc/library/random.rst
Doc/whatsnew/3.10.rst
Lib/random.py
Lib/test/test_random.py
Misc/NEWS.d/3.10.0a4.rst