]> 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:45:36 +0000 (19:45 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 30 May 2015 16:45:36 +0000 (19:45 +0300)
commite971297c0178ea892cf833641583f845466a4135
treedbe7a70dcc785c70369af499a3405c7bcbe7e9b6
parent6e15fdfdec586867da1214341afb326389c48442
parent1b560cbf850fc1c8165b3505c4a137de0abf3668
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.
Misc/NEWS