New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
time.monotonic(): Docs imply comparing call N and call N+M is invalid for M>1 #87573
Comments
I believe the documentation for time.monotonic() and time.perf_counter() could be misleading. Taken literally they could imply that given delta = 0.1
a = time.monotonic()
b = time.monotonic()
c = time.monotonic() the comparisons I believe that The exact wording (present since the functions were added in https://hg.python.org/cpython/rev/376ce937823c)
If there is agreement I'll submit a PR. |
Discussion from #python IRC [21:51] Given |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: