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 gregory.p.smith, mbussonn, vstinner
Date 2019-05-13.09:20:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557739243.44.0.457974189515.issue36895@roundup.psfhosted.org>
In-reply-to
Content
I would prefer to remove time.clock() documentation if the function is removed.

Would you mind to update Python 3.7 documentation to mention that the function is removed from Python 3.8?
https://docs.python.org/3.7/library/time.html#time.clock

In short, use ".. deprecated-removed:: 3.3 3.8 " in Python 3.7 doc.
History
Date User Action Args
2019-05-13 09:20:43vstinnersetrecipients: + vstinner, gregory.p.smith, mbussonn
2019-05-13 09:20:43vstinnersetmessageid: <1557739243.44.0.457974189515.issue36895@roundup.psfhosted.org>
2019-05-13 09:20:43vstinnerlinkissue36895 messages
2019-05-13 09:20:43vstinnercreate