This commit is contained in:
Victor Stinner 2015-03-12 16:19:01 +01:00
parent f7cc3fccad
commit 945c82eea3
4 changed files with 102 additions and 60 deletions

View file

@ -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])