On 12/07/2006 6:35 AM, 3c273 wrote: > "Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > >> $ python -m timeit -s "import pyConfig" "pyConfig.pyConfig()" >> $ python -m timeit -s "import pyConparse" "pyConparse.pyConParse()" >> >> note that timeit runs the benchmarked function multiple times, so you may > want >> to remove the print statements. > > Hello, > Could you tell me what the "-m" switch does or even better, where to find > information on all switches in the documentation? Thanks. > Louis
You appear to know what a switch is. I'm therefore surprised that you appear not to know that the convention is that any program that uses command-line switches should do something informative when run with a -h switch. HTH [NPI], John -- http://mail.python.org/mailman/listinfo/python-list
