]> granicus.if.org Git - python/commitdiff
What's New in Python 3.5, PEP 475: mention modified signal functions
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 31 Mar 2015 10:19:15 +0000 (12:19 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 31 Mar 2015 10:19:15 +0000 (12:19 +0200)
Doc/library/signal.rst
Doc/whatsnew/3.5.rst

index 0156415ad93e928ea5c04016da7d790a881a518f..553920d8858150c31d03129f9c8302bdd8a68669 100644 (file)
@@ -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).
 
 
index ad6475a9edf01bb8ed34da404c40cc49e39cef97..fe981e60d333f99101c4d5662f55931a238b04cb 100644 (file)
@@ -630,6 +630,7 @@ Changes in the Python API
   - :func:`os.read`, :func:`os.write`
   - :func:`select.select`, :func:`select.poll.poll`, :func:`select.epoll.poll`,
     :func:`select.kqueue.control`, :func:`select.devpoll.poll`
+  - :func:`signal.sigtimedwait`, :func:`signal.sigwaitinfo`
   - :func:`time.sleep`
 
 * Before Python 3.5, a :class:`datetime.time` object was considered to be false