]> granicus.if.org Git - python/commit
Broke down and made it work for Python 2.0 and up. (Older versions
authorGuido van Rossum <guido@python.org>
Fri, 7 Mar 2003 01:33:18 +0000 (01:33 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 7 Mar 2003 01:33:18 +0000 (01:33 +0000)
commit6e31aad9834d3bbca256d34e17faae7d2ffff097
tree3e27b5faa26c80febda7ddd26d9e5b80ed701b8c
parentea7598e6f48394e40220857e87bf02ba4570302d
Broke down and made it work for Python 2.0 and up.  (Older versions
would have required refraining from using string methods -- too
painful.)

Changed the -s option so that multiple -s options are cumulative.
Lib/timeit.py