[Twisted-Python] Porting twisted.spread.banana to py3

2015-07-01 Thread Jørn Lomax
I'm a gsoc student working on the buildbot project, porting it to py3. Part of this is looking at porting the dependencies buildbot has in twisted and try to port them. twisted.spread is the most used twisted dependency, so I have started working on this. I started working on banana.py and I h

Re: [Twisted-Python] Porting twisted.spread.banana to py3

2015-07-01 Thread Wolfgang Rohdewald
Am Mittwoch, 1. Juli 2015, 11:33:58 schrieb Jørn Lomax: > I'm a gsoc student working on the buildbot project, porting it to py3. > Part of this is looking at porting the dependencies buildbot has in > twisted and try to port them. > > twisted.spread is the most used twisted dependency, so I have

Re: [Twisted-Python] Porting twisted.spread.banana to py3

2015-07-01 Thread Itamar Turner-Trauring
On 2015-07-01 05:33, Jørn Lomax wrote: > I'm a gsoc student working on the buildbot project, porting it to py3. Part > of this is looking at porting the dependencies buildbot has in twisted and > try to port them. > > twisted.spread is the most used twisted dependency, so I have started wor

Re: [Twisted-Python] Porting twisted.spread.banana to py3

2015-07-01 Thread Jørn Lomax
Thank you very much. That is the exact answer I wanted :) I'm guessing maybe the tests need updating, because they seem to send use unicode data, which of course didn't make any difference in py2, but now it does. On 01.07.2015 18:40, Itamar Turner-Trauring wrote: On 2015-07-01 05:33, Jørn

[Twisted-Python] Need feedback regarding ticket 7934

2015-07-01 Thread Eeshan Garg
Hi everyone! I would really appreciate it if someone could please take a look at < https://twistedmatrix.com/trac/ticket/7934> and give me some feedback as to how to move further with this. After the work on this ticket is finished, I would like to move on to working on porting to the new logging

Re: [Twisted-Python] Porting twisted.spread.banana to py3

2015-07-01 Thread Glyph
> On Jul 1, 2015, at 9:46 AM, Jørn Lomax wrote: > > Thank you very much. That is the exact answer I wanted :) > > I'm guessing maybe the tests need updating, because they seem to send use > unicode data, which of course didn't make any difference in py2, but now it > does. We may actually ne