[issue35738] Update timeit documentation to reflect default repeat of three
New submission from Jayanth Raman <raman.jayanth@gmail.com>: In the Examples section of the timeit documentation, repeat() returns a list of size three. But the default is now five and the documentation should reflect that. Thanks. ---------- assignee: docs@python components: Documentation messages: 333635 nosy: docs@python, jayanth priority: normal severity: normal status: open title: Update timeit documentation to reflect default repeat of three type: enhancement versions: Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35738> _______________________________________
Change by Serhiy Storchaka <storchaka+cpython@gmail.com>: ---------- nosy: +vstinner _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35738> _______________________________________
Change by Henry Chen <tahafut@gmail.com>: ---------- keywords: +patch pull_requests: +11196 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35738> _______________________________________
Change by Henry Chen <tahafut@gmail.com>: ---------- keywords: +patch, patch pull_requests: +11196, 11197 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35738> _______________________________________
Change by Henry Chen <tahafut@gmail.com>: ---------- keywords: +patch, patch, patch pull_requests: +11196, 11197, 11198 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35738> _______________________________________
Change by Henry Chen <tahafut@gmail.com>: ---------- title: Update timeit documentation to reflect default repeat of three -> Update timeit documentation to reflect default repeat of five _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35738> _______________________________________
Serhiy Storchaka <storchaka+cpython@gmail.com> added the comment: New changeset 06f8b57212b2e2cd2e63af36cecdfa3075b324a2 by Serhiy Storchaka (Henry Chen) in branch 'master': bpo-35738: Update the example for timer.Timer.repeat(). (GH-11559) https://github.com/python/cpython/commit/06f8b57212b2e2cd2e63af36cecdfa3075b... ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35738> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +11208 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35738> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +11208, 11209 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35738> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 0bb6b891154b5718c2d7604fc4aa7a51a2f9fe70 by Miss Islington (bot) in branch '3.7': bpo-35738: Update the example for timer.Timer.repeat(). (GH-11559) https://github.com/python/cpython/commit/0bb6b891154b5718c2d7604fc4aa7a51a2f... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35738> _______________________________________
Change by STINNER Victor <vstinner@redhat.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35738> _______________________________________
participants (5)
-
Henry Chen
-
Jayanth Raman
-
miss-islington
-
Serhiy Storchaka
-
STINNER Victor