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 ezio.melotti
Recipients barry, cvrebert, exarkun, ezio.melotti, ncoghlan, pitrou, rbcollins
Date 2009-12-13.04:56:44
SpamBayes Score 3.3216413e-06
Marked as misclassified No
Message-id <1260680205.95.0.226785360556.issue6108@psf.upfronthosting.co.za>
In-reply-to
Content
> An alternative approach that should work even for the KeyError case is
> for BaseException_unicode to check explicitly for the situation where
> the __str__ slot has been overridden but __unicode__ is still the
> BaseException version and invoke "PyObject_Unicode(PyObject_Str(self))"
> when it detects that situation.

This is even better, I'll try to do it.
History
Date User Action Args
2009-12-13 04:56:46ezio.melottisetrecipients: + ezio.melotti, barry, exarkun, ncoghlan, pitrou, rbcollins, cvrebert
2009-12-13 04:56:45ezio.melottisetmessageid: <1260680205.95.0.226785360556.issue6108@psf.upfronthosting.co.za>
2009-12-13 04:56:44ezio.melottilinkissue6108 messages
2009-12-13 04:56:44ezio.melotticreate