]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 30 May 2015 16:37:19 +0000 (19:37 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 30 May 2015 16:37:19 +0000 (19:37 +0300)
commit59ea508bb84006b8e93ff036aa8d9f0a3fa232c7
tree4e785474723520a570abe117647b4a4c692bfb0b
parent5127ed727c014e320f3f449f47d31724679f9529
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
Lib/test/test_timeit.py
Lib/timeit.py
Misc/NEWS