[Python-checkins] cpython: What's New in Python 3.5: mention signal.set_wakeup_fd() enhancement on Windows

victor.stinner python-checkins at python.org
Wed Apr 1 16:33:07 CEST 2015


https://hg.python.org/cpython/rev/0c40e8f559a9
changeset:   95349:0c40e8f559a9
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Wed Apr 01 16:32:32 2015 +0200
summary:
  What's New in Python 3.5: mention signal.set_wakeup_fd() enhancement on Windows

files:
  Doc/whatsnew/3.5.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -410,6 +410,9 @@
 signal
 ------
 
+* On Windows, :func:`signal.set_wakeup_fd` now also supports socket handles.
+  (Contributed by Victor Stinner in :issue:`22018`.)
+
 * Different constants of :mod:`signal` module are now enumeration values using
   the :mod:`enum` module. This allows meaningful names to be printed during
   debugging, instead of integer “magic numbers”.  (Contributed by Giampaolo

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list