]> granicus.if.org Git - python/commit
bpo-28240: timeit: Update repeat() doc (GH-7419) (GH-7457)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 6 Jun 2018 17:05:46 +0000 (10:05 -0700)
committerVictor Stinner <vstinner@redhat.com>
Wed, 6 Jun 2018 17:05:46 +0000 (19:05 +0200)
commitcebd4b009adca6611e92eb337747f59818e941a6
tree7be614d316c52b0b003e8a55eae8472e856083a0
parent016aff77cbf5f63ed051a98ac628522a1cfd40a4
bpo-28240: timeit: Update repeat() doc (GH-7419) (GH-7457)

Document that the default value of repeat changed from 3 to 5 in
Python 3.7.
(cherry picked from commit 3ef769fcd378a7f1cda19c0dfec2e79613d79e48)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Doc/library/timeit.rst
Lib/timeit.py