-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-43407: Docs: Clarify comparisons of time.monotonic() et al results #24757
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
Conversation
Previous wording implied that only the result of call N and N+1 could be meaningfully compared. Whereas comparing call N and N+M is fine.
Alex, thank you for having a validated CLA signing before submitting this, your first PR for this repository. There might be even better wording, but this is an improvement and likely not worth extended bikeshedding. |
Thanks @moreati for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
Sorry @moreati and @terryjreedy, I had trouble checking out the |
…honGH-24757) Previous wording implied that only the result of call N and N+1 could be meaningfully compared, whereas comparing call N and N+M is fine. (cherry picked from commit ff5f059) Co-authored-by: Alex Willmer <[email protected]>
GH-24768 is a backport of this pull request to the 3.8 branch. |
Thanks @moreati for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
…honGH-24757) Previous wording implied that only the result of call N and N+1 could be meaningfully compared, whereas comparing call N and N+M is fine. (cherry picked from commit ff5f059) Co-authored-by: Alex Willmer <[email protected]>
GH-24769 is a backport of this pull request to the 3.9 branch. |
…24757) Previous wording implied that only the result of call N and N+1 could be meaningfully compared, whereas comparing call N and N+M is fine. (cherry picked from commit ff5f059) Co-authored-by: Alex Willmer <[email protected]>
…24757) Previous wording implied that only the result of call N and N+1 could be meaningfully compared, whereas comparing call N and N+M is fine. (cherry picked from commit ff5f059) Co-authored-by: Alex Willmer <[email protected]>
Previous wording implied that only the result of call N and N+1 could be
meaningfully compared. Whereas comparing call N and N+M is fine.
https://bugs.python.org/issue43407