diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-03-17 09:49:17 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-03-17 09:49:17 (GMT) |
commit | 0c2fd897772984994c49bec1325e77c04f81cf20 (patch) | |
tree | 00bb808ad11533a0b56f63ad091186f2a7510509 /Doc/library/time.rst | |
parent | e010d8f031f0b2e29dd95db61769c524d59a74d2 (diff) | |
download | cpython-0c2fd897772984994c49bec1325e77c04f81cf20.zip cpython-0c2fd897772984994c49bec1325e77c04f81cf20.tar.gz cpython-0c2fd897772984994c49bec1325e77c04f81cf20.tar.bz2 |
Revert changeset d927047b1d8eb87738676980a24930d053ba2150
Sorry, it was a mistake, the patch is still under review: issue #23646.
Diffstat (limited to 'Doc/library/time.rst')
-rw-r--r-- | Doc/library/time.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst index f5e08c5..6bfd521 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -350,10 +350,6 @@ 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]) |