[New-bugs-announce] [issue22240] argparse support for "python -m module" in help

Miki Tebeka report at bugs.python.org
Wed Aug 20 21:59:11 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue22240>
_______________________________________


More information about the New-bugs-announce mailing list