bpo-28240: timeit: Update repeat() doc by vstinner · Pull Request #7419 · python/cpython

@vstinner

Document that the default value of repeat changed from 3 to 5 in
Python 3.7.

serhiy-storchaka

@vstinner

serhiy-storchaka

@vstinner

serhiy-storchaka

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 6, 2018
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>

vstinner added a commit that referenced this pull request

Jun 6, 2018
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>