]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Take Tim's advice and have random.sample() support only sequences and sets.
authorRaymond Hettinger <python@rcn.com>
Mon, 14 Jan 2008 01:00:53 +0000 (01:00 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 14 Jan 2008 01:00:53 +0000 (01:00 +0000)
commit1acde190b2676ecfa45d754667df36d6b9c9cc7e
treee5088a6ec81e2a6677da472c6ae52e15d8036f78
parent28de64fd0fe45475e6d2263eec25c3d19c00074b
Take Tim's advice and have random.sample() support only sequences and sets.
Doc/library/random.rst
Lib/random.py
Lib/test/test_random.py
Misc/NEWS