]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move error test to the function that needs it. Improve error message. (GH-30008)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 10 Dec 2021 02:24:50 +0000 (20:24 -0600)
committerGitHub <noreply@github.com>
Fri, 10 Dec 2021 02:24:50 +0000 (20:24 -0600)
commit3fee7776e6ed8ab023a0220da1daf3160fda868b
tree0cbbcea0f930d58f5bf0d659bd187b0390faf61a
parent50669083fe16a42cba90b5dd8c1a017751f69fd8
Move error test to the function that needs it.  Improve error message. (GH-30008)
Lib/random.py
Lib/test/test_random.py