diff options
author | Raymond Hettinger <python@rcn.com> | 2004-12-04 10:50:51 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-12-04 10:50:51 (GMT) |
commit | 784ab76c873496daac30b4ab9e6afd2800762072 (patch) | |
tree | 94184a18ff7f165562eab08022a6ad1b193bbc01 /Misc | |
parent | 2238fc6b677297e3c6370fa3ef728256a34f40ce (diff) | |
download | cpython-784ab76c873496daac30b4ab9e6afd2800762072.zip cpython-784ab76c873496daac30b4ab9e6afd2800762072.tar.gz cpython-784ab76c873496daac30b4ab9e6afd2800762072.tar.bz2 |
Remove the deprecated whrandom module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ Extension Modules Library ------- +- the deprecated whrandom module was removed. Use the random module instead. + - heapq.nsmallest() and heapq.nlargest() now support key= arguments with the same meaning as in list.sort(). |