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 benjamin.peterson
Recipients amaury.forgeotdarc, benjamin.peterson, ot
Date 2008-11-21.03:42:49
SpamBayes Score 9.48412e-06
Marked as misclassified No
Message-id <1227238970.47.0.897928601398.issue4367@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an alternative patch which simply calls PyObject_Str on the value
of the exception. It also has a test.
History
Date User Action Args
2008-11-21 03:42:50benjamin.petersonsetrecipients: + benjamin.peterson, amaury.forgeotdarc, ot
2008-11-21 03:42:50benjamin.petersonsetmessageid: <1227238970.47.0.897928601398.issue4367@psf.upfronthosting.co.za>
2008-11-21 03:42:49benjamin.petersonlinkissue4367 messages
2008-11-21 03:42:49benjamin.petersoncreate