Skip to content
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

Replaced time.clock() by time.process_time() #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ctu0815
Copy link

@ctu0815 ctu0815 commented May 18, 2022

time.clock() is deprecated since Python 3.3 and was removed in Python
3.8. It is recommended to use process_time() instead.

time.clock() is deprecated since Python 3.3 and was removed in Python
3.8. It is recommended to use process_time() instead.
@geographika
Copy link

@ctu0815 - thanks for this fix - I just ran into it myself on Python 3.9.

@adisuissa - are there any plans to maintain and make this the official fork? I'm happy to review issues/pull requests.

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.

2 participants