Skip to content

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

Merged
gpshead merged 1 commit into
python:masterfrom
Carreau:remove-time-clock
May 13, 2019
Merged

bpo-36895: remove time.clock() as per removal notice.#13270
gpshead merged 1 commit into
python:masterfrom
Carreau:remove-time-clock

Conversation

@Carreau

@Carreau Carreau commented May 12, 2019

Copy link
Copy Markdown
Contributor

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

4 participants