Kaydet (Commit) bbe3803f authored tarafından Victor Stinner's avatar Victor Stinner

What's New in Python 3.5: mention signal.set_wakeup_fd() enhancement on Windows

üst c19c3960
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment