Hallöchen!

Russell E. Owen writes:

> Torsten Bronger <[EMAIL PROTECTED]> wrote:
>
>> Russell E. Owen writes:
>> 
>>> [...]
>>>
>>> So...to repeat the original question, is there any simpler
>>> unicode-safe replacement for str(exception)?
>> 
>> Please show us the tracebacks you get becuae unicode(s) must
>> fail, too, if there are non-ASCII characters involved.
>
> Why?
>
> [...]
>
>>>> ",".join([unicode(s) for s in e.args])
> u'\xb0'

I thought you wanted to have a string.  But this is again a unicode.

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus
                                      Jabber ID: [EMAIL PROTECTED]
               (See http://ime.webhop.org for further contact info.)
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to