[issue20475] pystone.py in 3.4 still uses time.clock(), even though it's marked as deprecated since 3.3

Paul Sokolovsky report at bugs.python.org
Sat Feb 1 22:10:18 CET 2014


New submission from Paul Sokolovsky:

http://docs.python.org/3.3/library/time.html#time.clock says that it's deprecated, but pystone.py in Python-3.4.0b3 tarball still uses it. 

Please kindly consider switching it to plain time.time() and not to some other novelties.

My usecase is: I'm working on alternative Python implementation, I of course want to benchmark it, and of course want to claim that I ran unmodified pystone.py. Now to achieve that, I need to implement deprecated function.

----------
messages: 209916
nosy: pfalcon
priority: normal
severity: normal
status: open
title: pystone.py in 3.4 still uses time.clock(), even though it's marked as deprecated since 3.3
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20475>
_______________________________________


More information about the Python-bugs-list mailing list