New submission from Miki Tebeka:

"python -m module -h" starts with
    usage: __main__.py

It should be
    usage: python -m module

----------
components: Library (Lib)
files: prog.diff
keywords: patch
messages: 225586
nosy: tebeka
priority: normal
severity: normal
status: open
title: argparse support for "python -m module" in help
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file36424/prog.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22240>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to