summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-12-04 10:50:51 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-12-04 10:50:51 (GMT)
commit784ab76c873496daac30b4ab9e6afd2800762072 (patch)
tree94184a18ff7f165562eab08022a6ad1b193bbc01 /Misc
parent2238fc6b677297e3c6370fa3ef728256a34f40ce (diff)
downloadcpython-784ab76c873496daac30b4ab9e6afd2800762072.zip
cpython-784ab76c873496daac30b4ab9e6afd2800762072.tar.gz
cpython-784ab76c873496daac30b4ab9e6afd2800762072.tar.bz2
Remove the deprecated whrandom module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 32da2f7..43289c9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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().