New submission from Matthias Bussonnier <bussonniermatth...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue36895> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com