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.

classification
Title: Module: timeit. According to documentation default_repeat should have the value 3. Has 5.
Type: behavior Stage: resolved
Components: Documentation, Library (Lib) Versions: Python 3.8, Python 3.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Enhance the timeit module: display average +- std dev instead of minimum
View: 28240
Assigned To: docs@python Nosy List: cheryl.sabella, docs@python, terry.reedy, uibhb, vstinner
Priority: normal Keywords: easy

Created on 2018-06-05 07:49 by uibhb, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (5)
msg318745 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2018-06-05 12:37
Looks like this was changed in #28240.

@svyatoslav, would you like to make a github pull request for the change?
msg318746 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-06-05 12:43
I created https://github.com/python/cpython/pull/7419 to update the documentation.
msg318748 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2018-06-05 12:56
Thanks, Victor.  Sorry about the noise.
msg318758 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-06-05 13:58
> Thanks, Victor.  Sorry about the noise.

No worry, it's my fault: I forgot to mention bpo-33771 in my PR.
msg319095 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-06-08 18:59
This is a duplicate in that the 3 => 5 change was incorporated into PR 7419 for #28240.
History
Date User Action Args
2022-04-11 14:59:01adminsetgithub: 77952
2018-06-08 18:59:43terry.reedysetstatus: open -> closed

superseder: Enhance the timeit module: display average +- std dev instead of minimum

nosy: + terry.reedy
messages: + msg319095
resolution: duplicate
stage: needs patch -> resolved
2018-06-05 13:58:34vstinnersetmessages: + msg318758
2018-06-05 12:56:01cheryl.sabellasetmessages: + msg318748
2018-06-05 12:43:06vstinnersetmessages: + msg318746
2018-06-05 12:37:22cheryl.sabellasetnosy: + cheryl.sabella
messages: + msg318745

keywords: + easy
stage: needs patch
2018-06-05 08:46:10serhiy.storchakasetnosy: + vstinner
2018-06-05 08:33:47uibhbsetassignee: docs@python

components: + Documentation
nosy: + docs@python
2018-06-05 07:49:14uibhbcreate