| Commit | Date | |
|---|---|---|
| 2008-05-03 08:34:06 | Tree | |
| 2008-05-03 07:45:09 | Tree | |
|
[r6984]
by
cboos
`TracError` message can be directly converted to unicode. This avoids error when calling `unicode(e)` when `e` is a `TracError` containing an unicode message. Without the present change, `e` would first be converted to a `str`, ''then'' that `str` to an unicode object. Needless to say, the first conversion will usually trigger an UnicodeEncodeError, as the default character set is usually 'ascii'. Fixes #5981, thanks to Shun-ichi Goto for the patch. |
2008-05-02 16:31:31 | Tree |
| 2008-05-02 16:11:57 | Tree | |
| 2008-05-02 10:46:05 | Tree | |
| 2008-05-02 10:40:44 | Tree | |
| 2008-05-02 08:52:38 | Tree | |
| 2008-05-02 08:45:25 | Tree | |
| 2008-05-02 08:45:06 | Tree | |
| 2008-05-02 08:44:55 | Tree |