summaryrefslogtreecommitdiffstats
path: root/Doc/library/signal.rst
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-03-31 10:19:15 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2015-03-31 10:19:15 (GMT)
commiteb011cb8dfbbcee5ee3977e59a38ab5c7114c1a5 (patch)
tree2535610848253d810703b300baa6496e391dc682 /Doc/library/signal.rst
parent58e4134a1cf668a16006b896fca093d5a79966e3 (diff)
downloadcpython-eb011cb8dfbbcee5ee3977e59a38ab5c7114c1a5.zip
cpython-eb011cb8dfbbcee5ee3977e59a38ab5c7114c1a5.tar.gz
cpython-eb011cb8dfbbcee5ee3977e59a38ab5c7114c1a5.tar.bz2
What's New in Python 3.5, PEP 475: mention modified signal functions
Diffstat (limited to 'Doc/library/signal.rst')
-rw-r--r--Doc/library/signal.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst
index 0156415..553920d 100644
--- a/Doc/library/signal.rst
+++ b/Doc/library/signal.rst
@@ -428,8 +428,8 @@ The :mod:`signal` module defines the following functions:
.. versionadded:: 3.3
.. versionchanged:: 3.5
- The function is now retried with the recomputed timeout if interrupted by
- a signal not in *sigset* and the signal handler does not raise an
+ The function is now retried with the recomputed *timeout* if interrupted
+ by a signal not in *sigset* and the signal handler does not raise an
exception (see :pep:`475` for the rationale).