[Python-checkins] cpython: Let importlib.test.benchmark take a specific benchmark name to run.

Terry Reedy tjreedy at udel.edu
Tue Jan 31 22:54:58 CET 2012


On 1/31/2012 2:58 PM, brett.cannon wrote:
> +    parser.add_argument('--benchmark', dest='benchmark',
> +                        help='specific benchmark to run '
> +                             '(incompatible w/ --file')

I believe you want ) before the last ' also, whenever you edit this again.


More information about the Python-checkins mailing list