]> 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:44:55 +0000 (19:44 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 30 May 2015 16:44:55 +0000 (19:44 +0300)
commit1b560cbf850fc1c8165b3505c4a137de0abf3668
tree9c046095572c0e9b298cfa0c2902a912d458fbee
parent8c7ed012b87db4de66da61c2f7c0a11a61277384
parentf28fa66351fe93b3fcdc98c7f35f05573ea93df2
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
Refactored timeit.__init__ for unified handling of stmt and setup parameters.
Lib/test/test_timeit.py
Lib/timeit.py
Misc/NEWS