summaryrefslogtreecommitdiffstats
path: root/Doc/library/time.rst
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-03-12 15:19:01 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2015-03-12 15:19:01 (GMT)
commit945c82eea3072b41c09dd7c9cdc75a1f24e0ce59 (patch)
treeb4b9df22ef99c26908dc9d1003f74325a4d5d9fd /Doc/library/time.rst
parentf7cc3fccadae5f2bb764b16808806b7d1849871b (diff)
downloadcpython-945c82eea3072b41c09dd7c9cdc75a1f24e0ce59.zip
cpython-945c82eea3072b41c09dd7c9cdc75a1f24e0ce59.tar.gz
cpython-945c82eea3072b41c09dd7c9cdc75a1f24e0ce59.tar.bz2
test
Diffstat (limited to 'Doc/library/time.rst')
-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])