Closed GoogleCodeExporter closed 9 years ago
Original comment by jens.quade
on 27 Aug 2009 at 11:00
Fixed in [r870].
Original comment by jens.quade
on 28 Aug 2009 at 11:41
out of interest, would it be a bad thing to simply add a __unicode__ routine to
the Exception that just returns
str(self)?
Original comment by steven.m...@gmail.com
on 30 Aug 2009 at 11:57
Would work for subclasses of Exception (not for the builtin Exception class
itself), and only if the message
contains only ascii characters.
Original comment by jens.quade
on 31 Aug 2009 at 12:02
Original issue reported on code.google.com by
jens.quade
on 27 Aug 2009 at 9:32