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 tebeka
Recipients tebeka
Date 2014-08-20.19:59:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408564751.42.0.897410433728.issue22240@psf.upfronthosting.co.za>
In-reply-to
Content
"python -m module -h" starts with
    usage: __main__.py

It should be
    usage: python -m module
History
Date User Action Args
2014-08-20 19:59:11tebekasetrecipients: + tebeka
2014-08-20 19:59:11tebekasetmessageid: <1408564751.42.0.897410433728.issue22240@psf.upfronthosting.co.za>
2014-08-20 19:59:11tebekalinkissue22240 messages
2014-08-20 19:59:11tebekacreate