]> granicus.if.org Git - python/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:38:26 +0000 (19:38 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 30 May 2015 16:38:26 +0000 (19:38 +0300)
commitf28fa66351fe93b3fcdc98c7f35f05573ea93df2
tree9590adf739f5f3b76111a8cc339ef9ab7b490a67
parentfa494fd88384acc52cf9292d0c89e2961c8f747f
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