Skip to content

bpo-31803: time.clock becomes an alias to time.perf_counter - #4062

Closed
vstinner wants to merge 1 commit into
python:masterfrom
vstinner:clock_alias
Closed

bpo-31803: time.clock becomes an alias to time.perf_counter#4062
vstinner wants to merge 1 commit into
python:masterfrom
vstinner:clock_alias

Conversation

@vstinner

@vstinner vstinner commented Oct 20, 2017

Copy link
Copy Markdown
Member

Remove time.clock() implementation, as time.clock becomes a simple
alias to time.perf_counter.

https://bugs.python.org/issue31803

Remove time.clock() implementation, as time.clock becomes a simple
alias to time.perf_counter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants