-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirextension-modulesC modules in the Modules dirC modules in the Modules dir
Description
The documentation for time.monotonic()
currently states:
Changed in version 3.5: The function is now always available and always system-wide.
I didn't know what system-wide meant, and so propose expanding the documentation to:
Changed in version 3.5: The function is now always available and always system-wide, that is, the clock is the same for all processes on the system and the reference point does not change after start-up time.
Or anything equally enlightening. This would make it clear, that among other things, the delta may not be valid across reboots.
Linked PRs
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirextension-modulesC modules in the Modules dirC modules in the Modules dir
Projects
Status
Done
Status
Todo