2006/5/25, Raymond Hettinger <[EMAIL PROTECTED]>: > IIRC, Guido's words were that too much to the smarts in timeit.py were > in the command-line interface and not in the Timer object were in should > be.
Just end user experience's two cents here (btw, this line is correct at English level?) I found myself a lot of times going to command line to test a function, just to use timeit.py, because doing that from the interactive interpreter was more complicated. Maybe should exist some "quick measure method" like, >>> import timeit >>> timeit.no_effort(some_function_defined_before) Regards, -- . Facundo Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/ _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com