bpo-36895: remove time.clock() as per removal notice. by Carreau · Pull Request #13270 · python/cpython

@Carreau

`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

This was referenced

May 13, 2019

MartB added a commit to MartB/distcc that referenced this pull request

Nov 28, 2019

@MartB MartB mentioned this pull request

Nov 28, 2019

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>

This was referenced

May 7, 2020