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 bkabrda, r.david.murray
Date 2012-06-25.13:06:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340629563.03.0.434416578848.issue15178@psf.upfronthosting.co.za>
In-reply-to
Content
In general in Python we let exceptions speak for themselves.  It would, however, probably be reasonable to add the try/except and error message in _test, which should only be called when the module is run as a script.
History
Date User Action Args
2012-06-25 13:06:03r.david.murraysetrecipients: + r.david.murray, bkabrda
2012-06-25 13:06:03r.david.murraysetmessageid: <1340629563.03.0.434416578848.issue15178@psf.upfronthosting.co.za>
2012-06-25 13:06:02r.david.murraylinkissue15178 messages
2012-06-25 13:06:01r.david.murraycreate