]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40325: Deprecate set object support in random.sample() (GH-19591)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 19 Apr 2020 07:36:42 +0000 (00:36 -0700)
committerGitHub <noreply@github.com>
Sun, 19 Apr 2020 07:36:42 +0000 (00:36 -0700)
commit4fe002045fcf40823154b709fef0948b2bc5e934
treeea9d2c899b682f91fd21f50c13bfae8903f58f11
parent482259d0dcf27714a84cf56b93977320bea7e093
bpo-40325: Deprecate set object support in random.sample() (GH-19591)
Doc/library/random.rst
Lib/random.py
Lib/test/test_random.py
Misc/NEWS.d/next/Library/2020-04-18-19-40-00.bpo-40325.KWSvix.rst [new file with mode: 0644]