summaryrefslogtreecommitdiffstats
path: root/Doc/library/selectors.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/selectors.rst')
-rw-r--r--Doc/library/selectors.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/selectors.rst b/Doc/library/selectors.rst
index 8bd9e1c..f6ef24b 100644
--- a/Doc/library/selectors.rst
+++ b/Doc/library/selectors.rst
@@ -159,6 +159,12 @@ below:
timeout has elapsed if the current process receives a signal: in this
case, an empty list will be returned.
+ .. versionchanged:: 3.5
+ The selector is now retried with a recomputed timeout when interrupted
+ by a signal if the signal handler did not raise an exception (see
+ :pep:`475` for the rationale), instead of returning an empty list
+ of events before the timeout.
+
.. method:: close()
Close the selector.