]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #2527: Add a *globals* argument to timeit functions, in order to override the...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Aug 2014 03:13:50 +0000 (23:13 -0400)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Aug 2014 03:13:50 +0000 (23:13 -0400)
commitef3b9ed0ac99c3825ebf7b716d504d52d080f8c2
tree4c0d152397ca91b243e3b00b92a0db3c44f62c09
parent682c04c70c9af6df68cacce47c2f0d18c31dd443
Issue #2527: Add a *globals* argument to timeit functions, in order to override the globals namespace in which the timed code is executed.

Patch by Ben Roberts.
Doc/library/timeit.rst
Lib/test/test_timeit.py
Lib/timeit.py
Misc/ACKS
Misc/NEWS