]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40282: Allow random.getrandbits(0) (GH-19539)
authorAntoine Pitrou <antoine@python.org>
Fri, 17 Apr 2020 17:32:14 +0000 (19:32 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2020 17:32:14 +0000 (19:32 +0200)
commit75a3378810bab03949ad9f653f78d933bdf3879c
tree96ec61f0d287ca5632da7ee091079817d4197733
parentd7c657d4b121164caa439253da5266b2e29a1bed
bpo-40282: Allow random.getrandbits(0) (GH-19539)
Doc/library/random.rst
Lib/random.py
Lib/test/test_random.py
Misc/NEWS.d/next/Library/2020-04-15-10-23-52.bpo-40282.rIYJmu.rst [new file with mode: 0644]
Modules/_randommodule.c