Re: [Twisted-Python] Twisted logger changes

2015-06-09 Thread Glyph Lefkowitz
> On Jun 9, 2015, at 12:42 PM, Maciej Wasilak wrote: > > I've found the problem only after installing PyPI package with > 'twisted>=14.0.0' dependency on new system. Sorry! No need to apologize! There's an implied question here, which is: is there any way we can make the prerelease process wo

Re: [Twisted-Python] Twisted logger changes

2015-06-09 Thread Maciej Wasilak
Dear Glyph, 2015-06-09 8:09 GMT+02:00 Glyph : > > Although logger is reacting to this in a bad way, and that is a bug, your > program has a bug too: you are printing to a text file (which is what stdout > is when it is redirected to a log) by using binary data. python 3 will > mangle your output

Re: [Twisted-Python] Twisted logger changes

2015-06-08 Thread Glyph
> On Jun 8, 2015, at 9:51 AM, Maciej Wasilak wrote: > > Dear list, > > I've tried running Twisted 15.2.1 with my old library, and I am > getting an exception, that I haven't seen before (with Twisted > 14.0.0): > > File "/usr/local/lib/python2.7/dist-packages/txthings/coap.py", > line 133

[Twisted-Python] Twisted logger changes

2015-06-08 Thread Maciej Wasilak
Dear list, I've tried running Twisted 15.2.1 with my old library, and I am getting an exception, that I haven't seen before (with Twisted 14.0.0): File "/usr/local/lib/python2.7/dist-packages/txthings/coap.py", line 1338, in sendResponse print "Token: %s" % (response.token) Fi