Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Doc/library/time.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,11 @@ Functions
.. versionadded:: 3.3

.. versionchanged:: 3.5
The function is now always available and always system-wide.
The function is now always available and the clock is now the same for
all processes.

.. versionchanged:: 3.10
On macOS, the function is now system-wide.
On macOS, the clock is now the same for all processes.


.. function:: monotonic_ns() -> int
Expand Down
Loading