summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a1d3a83..3b21eb7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1025,6 +1025,11 @@ 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