diff options
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]) |