]> granicus.if.org Git - python/commit
Patch #1533909: the timeit module now accepts callables in addition to
authorGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 19:32:21 +0000 (19:32 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 19:32:21 +0000 (19:32 +0000)
commitd9bef35e3c0c4c1dfa5760fd76c720afa1956170
tree9310de1abf31a7ad9bc914379765af806a0978a4
parent4168c0466f873b60dd82ea83782e39a41a3aa45f
Patch #1533909: the timeit module now accepts callables in addition to
strings for the code to time and the setup code. Also added two
convenience functions for instantiating a Timer and calling its methods.
Doc/lib/libtimeit.tex
Lib/timeit.py
Misc/ACKS
Misc/NEWS