.. 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).
- :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