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 flox
Recipients belopolsky, flox, r.david.murray
Date 2009-12-20.16:36:48
SpamBayes Score 0.05005119
Marked as misclassified No
Message-id <1261327010.09.0.595730443353.issue7376@psf.upfronthosting.co.za>
In-reply-to
Content
Variant which gives different usage messages:

~ $ ./python -m doctest
usage: doctest [-v] file ...

~ $ ./python Lib/doctest.py
usage: Lib/doctest.py [-v] file ...
History
Date User Action Args
2009-12-20 16:36:50floxsetrecipients: + flox, belopolsky, r.david.murray
2009-12-20 16:36:50floxsetmessageid: <1261327010.09.0.595730443353.issue7376@psf.upfronthosting.co.za>
2009-12-20 16:36:48floxlinkissue7376 messages
2009-12-20 16:36:48floxcreate