Re: [Twisted-Python] Failure.getTraceback and Unicode

2013-08-28 Thread Tobias Oberstein
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 > >

Re: [Twisted-Python] Failure.getTraceback and Unicode

2013-08-26 Thread exarkun
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

[Twisted-Python] Failure.getTraceback and Unicode

2013-08-26 Thread Tobias Oberstein
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