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 r.david.murray
Recipients belopolsky, flox, r.david.murray
Date 2009-11-23.10:32:34
SpamBayes Score 0.00018247438
Marked as misclassified No
Message-id <1258972356.07.0.127932254545.issue7376@psf.upfronthosting.co.za>
In-reply-to
Content
python -m doctest does accept file arguments.  Running the self-test is
the default if no arguments are supplied.

python -m doctest Lib/doctest.py passes.

So perhaps we should just remove the default and instead issue an error
message about missing arguments.
History
Date User Action Args
2009-11-23 10:32:36r.david.murraysetrecipients: + r.david.murray, belopolsky, flox
2009-11-23 10:32:36r.david.murraysetmessageid: <1258972356.07.0.127932254545.issue7376@psf.upfronthosting.co.za>
2009-11-23 10:32:34r.david.murraylinkissue7376 messages
2009-11-23 10:32:34r.david.murraycreate