Skip to content

Clarify "system-wide" in docs for time.monotonic() #102740

Closed
@orbisvicis

Description

@orbisvicis

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

No one assigned

    Labels

    docsDocumentation in the Doc dirextension-modulesC modules in the Modules dir

    Projects

    Status

    Done

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions