Skip to content

Switch to time.monotonic#318

Open
carlwgeorge wants to merge 1 commit intoclalancette:masterfrom
carlwgeorge:monotonic
Open

Switch to time.monotonic#318
carlwgeorge wants to merge 1 commit intoclalancette:masterfrom
carlwgeorge:monotonic

Conversation

@carlwgeorge
Copy link

time.monotonic was added to the standard library in Python 3.3. When you use monotonic.monotonic from PyPI, it's an alias to the standard library function. Attempting to import time.monotonic directly avoids an unnecessary dependency.

time.monotonic was added to the standard library in Python 3.3.  When
you use monotonic.monotonic from PyPI, it's an alias to the standard
library function.  Attempting to import time.monotonic directly avoids
an unnecessary dependency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant