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 pfalcon
Recipients pfalcon
Date 2014-02-01.21:10:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391289018.79.0.847652804265.issue20475@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-01 21:10:18pfalconsetrecipients: + pfalcon
2014-02-01 21:10:18pfalconsetmessageid: <1391289018.79.0.847652804265.issue20475@psf.upfronthosting.co.za>
2014-02-01 21:10:18pfalconlinkissue20475 messages
2014-02-01 21:10:18pfalconcreate