]> granicus.if.org Git - python/commitdiff
What's New in Python 3.5: mention signal.set_wakeup_fd() enhancement on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Apr 2015 14:32:32 +0000 (16:32 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Apr 2015 14:32:32 +0000 (16:32 +0200)
Doc/whatsnew/3.5.rst

index 61a95a1db33b2e753abd2c99800136aada826a9b..4c272e65fb4918f807740746f65c36f266f2f0ec 100644 (file)
@@ -410,6 +410,9 @@ shutil
 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