Skip to content

bpo-39135: remove 'time.clock()' mention in docs #17709

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 27, 2019

Conversation

goodmami
Copy link
Contributor

@goodmami goodmami commented Dec 27, 2019

time.clock() was removed in Python 3.8, but it was still mentioned
in Doc/library/time.rst for when time.get_clock_info() is given the
argument 'clock'. This commit removes that mention.

https://bugs.python.org/issue39135

`time.clock()` was removed in Python 3.8, but it was still mentioned
in the documentation for when `time.get_clock_info()` is given the
argument `'clock'`. This commit removes that mention.
Copy link
Member

@tirkarthi tirkarthi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for the patch.

@miss-islington
Copy link
Contributor

Thanks @goodmami for the PR, and @benjaminp for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @goodmami and @benjaminp, I had trouble checking out the 3.8 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 91874bb07161bb481b6f5ea18ffafe69cb8cac30 3.8

@bedevere-bot
Copy link

GH-17713 is a backport of this pull request to the 3.8 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants