[issue37803] "python -m pdb --help" does not work

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 21bfff9a5a766acfbdd899687850f563893a0f9e by Miss Islington (bot) in branch '3.8': closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) https://github.com/python/cpython/commit/21bfff9a5a766acfbdd899687850f563893a0f9e

[issue37803] "python -m pdb --help" does not work

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 7da8c0aee2039685f3eff878610684f94f7f7873 by Miss Islington (bot) in branch '3.7': closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) https://github.com/python/cpython/commit/7da8c0aee2039685f3eff878610684f94f7f7873

[issue37803] "python -m pdb --help" does not work

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15690 pull_request: https://github.com/python/cpython/pull/16067 ___ Python tracker ___ __

[issue37803] "python -m pdb --help" does not work

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15689 pull_request: https://github.com/python/cpython/pull/16066 ___ Python tracker ___ __

[issue37803] "python -m pdb --help" does not work

2019-09-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 855df7f273c3988c72f01e51ba57091887ec38b2 by Benjamin Peterson (Daniel Hahler) in branch 'master': closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) https://github.com/python/cpython/commit/855df7f273c3988c72f01e51

[issue37803] "python -m pdb --help" does not work

2019-08-09 Thread daniel hahler
Change by daniel hahler : -- keywords: +patch pull_requests: +14925 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15193 ___ Python tracker ___ __

[issue37803] "python -m pdb --help" does not work

2019-08-09 Thread daniel hahler
New submission from daniel hahler : The long options passed to `getopt.getopt` should not include the leading dashes: % python -m pdb --help Traceback (most recent call last): File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec)