diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-03-12 15:19:01 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-03-12 15:19:01 (GMT) |
commit | 945c82eea3072b41c09dd7c9cdc75a1f24e0ce59 (patch) | |
tree | b4b9df22ef99c26908dc9d1003f74325a4d5d9fd /Doc | |
parent | f7cc3fccadae5f2bb764b16808806b7d1849871b (diff) | |
download | cpython-945c82eea3072b41c09dd7c9cdc75a1f24e0ce59.zip cpython-945c82eea3072b41c09dd7c9cdc75a1f24e0ce59.tar.gz cpython-945c82eea3072b41c09dd7c9cdc75a1f24e0ce59.tar.bz2 |
test
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/time.rst | 4 |
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]) |