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-12-20.14:51:24
SpamBayes Score 0.00017985684
Marked as misclassified No
Message-id <1261320685.69.0.563167168855.issue7376@psf.upfronthosting.co.za>
In-reply-to
Content
The patch results in this type of usage message:

usage: /home/rdmurray/python/trunk/Lib/doctest.py [-v] file ...

which while technically correct isn't the way I called it.  It would be
better to at least use basename on argv[0].  (I wonder if there's some
way for a module to know it was called via -m...).
History
Date User Action Args
2009-12-20 14:51:25r.david.murraysetrecipients: + r.david.murray, belopolsky, flox
2009-12-20 14:51:25r.david.murraysetmessageid: <1261320685.69.0.563167168855.issue7376@psf.upfronthosting.co.za>
2009-12-20 14:51:24r.david.murraylinkissue7376 messages
2009-12-20 14:51:24r.david.murraycreate