{{ message }}
bpo-36895: Undocument removed time.clock#13286
Merged
vstinner merged 3 commits intoMay 13, 2019
Merged
Conversation
tirkarthi
reviewed
May 13, 2019
vstinner
reviewed
May 13, 2019
`time.clock` has been removed; undocument it and add its removal in the what's new.
7ebcd54 to
9086686
Compare
May 13, 2019 15:42
Contributor
Author
|
Updated with both of your suggestions. |
Sorry, something went wrong.
vstinner
reviewed
May 13, 2019
Contributor
Author
|
Thanks.
…On Mon, 13 May 2019 at 12:24, Victor Stinner ***@***.***> wrote:
Merged #13286 <#13286> into master.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13286?email_source=notifications&email_token=AACR5TZUZ5I2C2W6FUAMKRDPVG55JA5CNFSM4HMQ7EB2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGORNNM5QA#event-2337984192>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACR5T47H7HDM5VTUTH32ELPVG55JANCNFSM4HMQ7EBQ>
.
|
Sorry, something went wrong.
Member
Thanks for removing time.clock. I was trying to remove it since Python 3.3. I'm the one who deprecated it when I designed and implemented the PEP 418 ;-) |
Sorry, something went wrong.
Contributor
Author
|
Always happy to cleanup deprecated features, and have something simpler. I always believe that having a nice, coherent and informative messages with a clear policies and path forward help users adopt new version. |
Sorry, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
time.clockhas been removed; undocument it and add its removal in thewhat's new.
https://bugs.python.org/issue36895