summaryrefslogtreecommitdiff
path: root/Doc/library/signal.rst
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-07-24 22:51:05 +0200
committerVictor Stinner <victor.stinner@gmail.com>2014-07-24 22:51:05 +0200
commit1d8948e02385a6a2431b3ca782cc64eb39bc8a26 (patch)
treee4017426e09abcf1fd5e4fbe2778fe126415f10d /Doc/library/signal.rst
parent31f1a360b8aa3b80c0f23ce0d3dee592d1afefd9 (diff)
downloadcpython-git-1d8948e02385a6a2431b3ca782cc64eb39bc8a26.tar.gz
Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/
Diffstat (limited to 'Doc/library/signal.rst')
-rw-r--r--Doc/library/signal.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst
index cda228bdc9..a97ce66ef5 100644
--- a/Doc/library/signal.rst
+++ b/Doc/library/signal.rst
@@ -308,8 +308,6 @@ The :mod:`signal` module defines the following functions:
a library to wakeup a poll or select call, allowing the signal to be fully
processed.
- On Windows, the function only supports socket handles.
-
The old wakeup fd is returned. *fd* must be non-blocking. It is up to the
library to remove any bytes before calling poll or select again.
@@ -320,9 +318,6 @@ The :mod:`signal` module defines the following functions:
attempting to call it from other threads will cause a :exc:`ValueError`
exception to be raised.
- .. versionchanged:: 3.5
- On Windows, the function now only supports socket handles.
-
.. function:: siginterrupt(signalnum, flag)