[New-bugs-announce] [issue36895] time.clock() marked for removal in 3.8 – still there.

Matthias Bussonnier report at bugs.python.org
Sun May 12 17:21:34 EDT 2019


New submission from Matthias Bussonnier <bussonniermatthias at gmail.com>:

Deprecation message in `timemodule.c` says:

> "time.clock has been deprecated in Python 3.3 and will be removed from Python 3.8: use time.perf_counter or time.process_time instead"

Should be bumped to 3.9 – or time.clock should be removed.

Deprecation was added by Victor Stinner.

----------
components: Library (Lib)
messages: 342267
nosy: mbussonn
priority: normal
severity: normal
status: open
title: time.clock() marked for removal in 3.8 – still there.
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36895>
_______________________________________


More information about the New-bugs-announce mailing list