]> granicus.if.org Git - python/commit
Keep option parser from gobbling up the filename to be profiled and the
authorSkip Montanaro <skip@pobox.com>
Tue, 24 Aug 2004 14:26:43 +0000 (14:26 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 24 Aug 2004 14:26:43 +0000 (14:26 +0000)
commit8107ca47ebc79fa9cec8feea69d270f3774da669
treefa8e0d3ace792e627afdb81a377a4060019791b1
parentfb154171c4ace44dec817a3e52a0b83bbbb0f4f5
Keep option parser from gobbling up the filename to be profiled and the
flags it accepts.  It's too late to change optparse's default behavior now,
but I find the default setting of allow_interspersed_args very weird.
Tools/scripts/hotshotmain.py