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 ncoghlan
Recipients docs@python, ncoghlan
Date 2012-05-29.01:50:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338256259.22.0.129056676976.issue14945@psf.upfronthosting.co.za>
In-reply-to
Content
Some stdlib modules have officially documented and supported behaviour when executed via -m. These should be referenced from the Setup & Usage documentation at http://docs.python.org/dev/using/index.html

Current candidates:
python -m unittest
python -m timeit
History
Date User Action Args
2012-05-29 01:50:59ncoghlansetrecipients: + ncoghlan, docs@python
2012-05-29 01:50:59ncoghlansetmessageid: <1338256259.22.0.129056676976.issue14945@psf.upfronthosting.co.za>
2012-05-29 01:50:58ncoghlanlinkissue14945 messages
2012-05-29 01:50:58ncoghlancreate