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 Paul.Upchurch, karlcow, orsenthil, python-dev, r.david.murray
Date 2013-03-05.15:41:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362498088.71.0.262301280434.issue12921@psf.upfronthosting.co.za>
In-reply-to
Content
Your suggestion could probably be applied as a bug fix to maintenance releases, but is it worth the effort?  We don't generally try to protect programmers from themselves in Python.

On the other hand, there should clearly be a way to provide the 'explain' text as well as the message text.

In 3.4 we could add an 'explain' keyword to send_error.  If only explain is specified, we'd use the shortmsg for message.  That way, a programmer writing new code can make it work the way they want it to, while existing code will continue to work the way it used to.
History
Date User Action Args
2013-03-05 15:41:28r.david.murraysetrecipients: + r.david.murray, orsenthil, karlcow, python-dev, Paul.Upchurch
2013-03-05 15:41:28r.david.murraysetmessageid: <1362498088.71.0.262301280434.issue12921@psf.upfronthosting.co.za>
2013-03-05 15:41:28r.david.murraylinkissue12921 messages
2013-03-05 15:41:28r.david.murraycreate