summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/time.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index 6bfd521..f5e08c5 100644
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -350,6 +350,10 @@ The module defines the following functions and data items:
requested by an arbitrary amount because of the scheduling of other activity
in the system.
+ .. versionchanged:: 3.5
+ The function now sleeps at least *secs* even if the sleep is interrupted
+ by a signal (see :pep:`475` for the rationale).
+
.. function:: strftime(format[, t])