summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3b21eb7..a1d3a83 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1025,11 +1025,6 @@ Library
- Issue #5949: added check for correct lineends in input from IMAP server
in imaplib.
-- Issue #8407: The signal module gains the ``signalfd()`` and
- ``sigprocmask(2)`` functions providing access to the signalfd(2) and
- sigprocmask(2) system calls respectively on Linux systems which implement
- them.
-
- Add count() and reverse() methods to collections.deque().
- Fix variations of extending deques: d.extend(d) d.extendleft(d) d+=d