commit | 784ab76c873496daac30b4ab9e6afd2800762072 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Dec 04 10:50:51 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Dec 04 10:50:51 2004 +0000 |
tree | 94184a18ff7f165562eab08022a6ad1b193bbc01 | |
parent | 2238fc6b677297e3c6370fa3ef728256a34f40ce [diff] [blame] |
Remove the deprecated whrandom module.
diff --git a/Misc/NEWS b/Misc/NEWS index 32da2f7..43289c9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,8 @@ 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().