]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 2 May 2020 23:45:32 +0000 (16:45 -0700)
committerGitHub <noreply@github.com>
Sat, 2 May 2020 23:45:32 +0000 (16:45 -0700)
commit190fac99c58232f3e0b34891872b91e50ea2f057
tree13a0e6733986b407a8f7898f2a1829552d96e425
parent766352320fd736e2c8ed545b4cc57563f61a0b9d
bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867)
Doc/library/random.rst
Lib/random.py
Lib/test/test_random.py
Misc/NEWS.d/next/Library/2020-05-02-12-00-28.bpo-40465.qfCjOD.rst [new file with mode: 0644]