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 vstinner
Recipients belopolsky, benhoyt, benjamin.peterson, fdrake, lemburg, mrabarnett, serhiy.storchaka, vstinner
Date 2017-10-17.21:49:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508276946.74.0.213398074469.issue31803@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I modified time.clock() and time.get_clock_info('clock') to emit a DeprecationWarning.

Let's wait for Python 3.8 to remove time.clock() ;-)

Thanks for the reviews Serhiy Storchaka and Diana Clarke!
History
Date User Action Args
2017-10-17 21:49:06vstinnersetrecipients: + vstinner, lemburg, fdrake, belopolsky, benjamin.peterson, mrabarnett, benhoyt, serhiy.storchaka
2017-10-17 21:49:06vstinnersetmessageid: <1508276946.74.0.213398074469.issue31803@psf.upfronthosting.co.za>
2017-10-17 21:49:06vstinnerlinkissue31803 messages
2017-10-17 21:49:06vstinnercreate