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 exarkun
Recipients cvrebert, exarkun, ezio.melotti
Date 2009-09-13.05:00:40
SpamBayes Score 3.2806135e-08
Marked as misclassified No
Message-id <1252818043.54.0.726024427778.issue6108@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps also worth noting is that in Python 2.4 as well, str(exception)
and unicode(exception) returned the same thing.  Unlike some other
exception changes in 2.6, this doesn't seem to be a return to older
behavior, but just a new behavior.  (Or maybe no one cares about that;
just wanted to point it out, though.)
History
Date User Action Args
2009-09-13 05:00:44exarkunsetrecipients: + exarkun, ezio.melotti, cvrebert
2009-09-13 05:00:43exarkunsetmessageid: <1252818043.54.0.726024427778.issue6108@psf.upfronthosting.co.za>
2009-09-13 05:00:41exarkunlinkissue6108 messages
2009-09-13 05:00:40exarkuncreate