Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1775)

Unified Diff: Misc/NEWS

Issue 1132041: Add signal.{signalfd,sigprocmask} Base URL: http://svn.python.org/view/*checkout*/python/trunk/
Patch Set: ported to py3k, addressed all previous review comments Created 13 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Lib/test/test_signal.py ('k') | Modules/signalmodule.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Misc/NEWS
===================================================================
--- Misc/NEWS (revision 82103)
+++ Misc/NEWS (working copy)
@@ -1025,6 +1025,11 @@
- Issue #5949: added check for correct lineends in input from IMAP server
in imaplib.
+- Issue #8407: The signal module gains the ``signalfd()`` and
+ ``sigprocmask()`` 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
« no previous file with comments | « Lib/test/test_signal.py ('k') | Modules/signalmodule.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b