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 eric.smith
Recipients Trundle, arigo, eric.smith, ezio.melotti
Date 2009-11-14.10:49:20
SpamBayes Score 4.137608e-06
Marked as misclassified No
Message-id <1258195761.98.0.30363265732.issue7309@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure why reason should be restricted to a string. This patch
(against trunk) just converts reason to a string when str() is called.
I'll add tests and fix the other places in exceptions.c where similar
shortcuts are taken without checking, if there's agreement on the approach.
History
Date User Action Args
2009-11-14 10:49:22eric.smithsetrecipients: + eric.smith, arigo, ezio.melotti, Trundle
2009-11-14 10:49:21eric.smithsetmessageid: <1258195761.98.0.30363265732.issue7309@psf.upfronthosting.co.za>
2009-11-14 10:49:20eric.smithlinkissue7309 messages
2009-11-14 10:49:20eric.smithcreate