This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author giampaolo.rodola
Recipients giampaolo.rodola
Date 2014-10-15.12:46:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413377180.82.0.707385230262.issue22642@psf.upfronthosting.co.za>
In-reply-to
Content
$ python3.4 -m trace -l 
Traceback (most recent call last):
  File "/usr/local/lib/python3.4/runpy.py", line 170, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/local/lib/python3.4/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/local/lib/python3.4/trace.py", line 858, in <module>
    main()
  File "/usr/local/lib/python3.4/trace.py", line 787, in main
    progname = prog_argv[0]
IndexError: list index out of range


I would expect something more clear to be printed, like the program usage helper you get in this case:

$ python3.4 -m trace 
/usr/local/lib/python3.4/trace.py: must specify one of --trace, --count, --report, --listfuncs, or --trackcalls
History
Date User Action Args
2014-10-15 12:46:20giampaolo.rodolasetrecipients: + giampaolo.rodola
2014-10-15 12:46:20giampaolo.rodolasetmessageid: <1413377180.82.0.707385230262.issue22642@psf.upfronthosting.co.za>
2014-10-15 12:46:20giampaolo.rodolalinkissue22642 messages
2014-10-15 12:46:20giampaolo.rodolacreate