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

bpo-36895: remove time.clock() as per removal notice. #13270

Merged
merged 1 commit into from
May 13, 2019

Conversation

Carreau
Copy link
Contributor

@Carreau Carreau commented May 12, 2019

time.clock() was deprecated in 3.3, and marked for removal removal in
3.8; this thus remove it from the time module.

Alternative is to bump the removal warning to 3.9

https://bugs.python.org/issue36895

https://bugs.python.org/issue36895

`time.clock()` was deprecated in 3.3, and marked for removal removal in
3.8; this thus remove it from the time module.

Alternative is to bump the removal warning to 3.9
@gpshead gpshead merged commit e250061 into python:master May 13, 2019
MartB added a commit to MartB/distcc that referenced this pull request Nov 28, 2019
.clock() got removed in python 3.8 and was marked as deprecated since 3.3
(python/cpython#13270)
shr-project added a commit to shr-project/poly2tri.python that referenced this pull request Mar 25, 2020
* time.clock() was removed from Python 3.8 in
  python/cpython#13270

Signed-off-by: Martin Jansa <martin.jansa@lge.com>
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.

4 participants