mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
What's New in Python 3.5: mention signal.set_wakeup_fd() enhancement on Windows
This commit is contained in:
parent
c19c3960bb
commit
bbe3803fb5
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue