Hi Jean-Paul,
> >Should I file a bug?
>
> It seems unfortunate that trying to report an exception will fail because of
> encoding issues. That seems like a bug worth fixing to me.
Alright.
https://twistedmatrix.com/trac/ticket/6708
/Tobias
>
> Jean-Paul
>
>
On 04:24 pm, tobias.oberst...@tavendo.de wrote:
Hi,
The code for "getTraceback"
http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/python/failure.py#L529
uses a native version of StringIO
http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/python
Hi,
The code for "getTraceback"
http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/python/failure.py#L529
uses a native version of StringIO
http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/python/failure.py#L23
However, cStringIO:
"Unlike the