summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 34690da..6abe08e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -352,6 +352,9 @@ Core and Builtins
Library
-------
+- Removed defunct parts of the random module (the Wichmann-Hill generator
+ and the jumpahead() method).
+
- Patch #467924: add ZipFile.extract() and ZipFile.extractall() in the
zipfile module.