bpo-28240: timeit: Update repeat() doc#7419
bpo-28240: timeit: Update repeat() doc#7419vstinner merged 3 commits intopython:masterfrom vstinner:timeit_repeat
Conversation
Document that the default value of repeat changed from 3 to 5 in Python 3.7.
|
@serhiy-storchaka: Is it what you expected in your https://bugs.python.org/issue33771 request? (Would you mind to review this PR please?) |
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Update also the CLI docs and docstrings.
|
When you're done making the requested changes, leave the comment: And if you don't make the requested changes, you will be put in the comfy chair! |
|
I have made the requested changes; please review again. |
|
Thanks for making the requested changes! @serhiy-storchaka: please review the changes made to this pull request. |
serhiy-storchaka
left a comment
There was a problem hiding this comment.
And the CLI documentation please.
I updated timeit --help, but I missed that the CLI was also documented in Doc/library/timeit.rst. All documentation should now be up to date! |
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Document that the default value of repeat changed from 3 to 5 in Python 3.7. (cherry picked from commit 3ef769f) Co-authored-by: Victor Stinner <vstinner@redhat.com>
|
GH-7457 is a backport of this pull request to the 3.7 branch. |
Document that the default value of repeat changed from 3 to 5 in
Python 3.7.
https://bugs.python.org/issue28240