[issue39135] time.get_clock_info() documentation still has 'clock' name

2019-12-26 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset b9b92d34646d6a1fca120f98476912f5e4ca7f34 by Benjamin Peterson in branch '3.8': [3.8] closes bpo-39135: Remove 'time.clock()' mention in docs. (GH-17713) https://github.com/python/cpython/commit/b9b92d34646d6a1fca120f98476912f5e4ca7f34 -

[issue39135] time.get_clock_info() documentation still has 'clock' name

2019-12-26 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 91874bb07161bb481b6f5ea18ffafe69cb8cac30 by Benjamin Peterson (Michael Wayne Goodman) in branch 'master': closes bpo-39135: Remove 'time.clock()' mention in docs. (GH17709) https://github.com/python/cpython/commit/91874bb07161bb481b6f5ea18ffa

[issue39135] time.get_clock_info() documentation still has 'clock' name

2019-12-26 Thread Benjamin Peterson
Change by Benjamin Peterson : -- pull_requests: +17158 pull_request: https://github.com/python/cpython/pull/17713 ___ Python tracker ___ ___

[issue39135] time.get_clock_info() documentation still has 'clock' name

2019-12-26 Thread Michael Wayne Goodman
Change by Michael Wayne Goodman : -- keywords: +patch pull_requests: +17154 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17709 ___ Python tracker __

[issue39135] time.get_clock_info() documentation still has 'clock' name

2019-12-26 Thread Michael Wayne Goodman
Michael Wayne Goodman added the comment: Sure, no problem. I've just signed the CLA and forked the code. I'll wait a day for the CLA check to clear then submit. -- ___ Python tracker ___

[issue39135] time.get_clock_info() documentation still has 'clock' name

2019-12-25 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks for the report. Would you like to propose a PR? The relevant file is at https://github.com/python/cpython/blob/master/Doc/library/time.rst . -- keywords: +easy, newcomer friendly nosy: +xtreak ___

[issue39135] time.get_clock_info() documentation still has 'clock' name

2019-12-25 Thread Michael Wayne Goodman
New submission from Michael Wayne Goodman : The documentation for Python 3.8 and higher still refer to 'clock' as an accepted 'name' argument for time.get_clock_info() that returns a namespace readable by time.clock(), despite time.clock() being removed since Python 3.8. See the first bullet