This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mbussonn
Recipients mbussonn
Date 2019-05-12.21:21:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557696094.54.0.878450659131.issue36895@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-05-12 21:21:34mbussonnsetrecipients: + mbussonn
2019-05-12 21:21:34mbussonnsetmessageid: <1557696094.54.0.878450659131.issue36895@roundup.psfhosted.org>
2019-05-12 21:21:34mbussonnlinkissue36895 messages
2019-05-12 21:21:34mbussonncreate