summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9e9aaae..55ec387 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -352,6 +352,9 @@ Core and Builtins
Library
-------
+- Removed Queue.empty() and Queue.full(). Instead use Queue.qsize() or
+ trap the Empty and Full exceptions.
+
- Removed defunct parts of the random module (the Wichmann-Hill generator
and the jumpahead() method).