mirror of
https://github.com/python/cpython.git
synced 2025-11-16 00:38:11 +00:00
test
This commit is contained in:
parent
f7cc3fccad
commit
945c82eea3
4 changed files with 102 additions and 60 deletions
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue