[issue24649] python -mtrace --help is wrong

2015-07-19 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Maybe it is time to rewrite trace module argument parser using argparse and get an always correct auto-generated help for free? -- keywords: +easy stage: - needs patch versions: +Python 3.6 -Python 3.5 ___

[issue24649] python -mtrace --help is wrong

2015-07-17 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- nosy: +belopolsky ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24649 ___ ___ Python-bugs-list

[issue24649] python -mtrace --help is wrong

2015-07-16 Thread Antony Lee
New submission from Antony Lee: While working on #24644, I noticed that the help for python -mtrace is quite wrong. $ python -mtrace --help Usage: /usr/lib/python3.4/trace.py [OPTIONS] file [ARGS] Meta-options: --helpDisplay this help then exit. --version Output