Re: [Twisted-Python] porting twisted.spread to Python3

2014-11-03 Thread Glyph
> On Nov 3, 2014, at 11:18 AM, Wolfgang Rohdewald > wrote: > > there now is https://github.com/wrohdewald/twisted.git > > branch spread-py3-7598 > > Not all is finished, especially utf-8 wherever Python 3 > allows it, pbfailure, and handling of wired exceptions. > > > what should I do next

Re: [Twisted-Python] porting twisted.spread to Python3

2014-11-03 Thread Wolfgang Rohdewald
there now is https://github.com/wrohdewald/twisted.git branch spread-py3-7598 Not all is finished, especially utf-8 wherever Python 3 allows it, pbfailure, and handling of wired exceptions. what should I do next to start getting this into trunk? Maybe - open a ticket for porting banana - crea

Re: [Twisted-Python] porting twisted.spread to Python3

2014-10-08 Thread Kevin Horn
On Sun, Oct 5, 2014 at 2:58 PM, wrote: > On 04:23 pm, wolfgang@rohdewald.de wrote: > >> >> BTW what about Ticket 7628, news extension "port"? I could soon start >> feeding porting tickets but if this extension is useful, I guess it >> should be applied first. >> > > Looks like Kevin is workin

Re: [Twisted-Python] porting twisted.spread to Python3

2014-10-05 Thread exarkun
On 08:28 pm, wolfgang@rohdewald.de wrote: Am Sonntag, 5. Oktober 2014, 19:58:29 schrieb exar...@twistedmatrix.com: For example, following the plan, I would have expected to see perhaps two patches to port the banana module: one to add the missing test coverage and one to make any and all cha

Re: [Twisted-Python] porting twisted.spread to Python3

2014-10-05 Thread Wolfgang Rohdewald
Am Sonntag, 5. Oktober 2014, 19:58:29 schrieb exar...@twistedmatrix.com: > For example, following the plan, I would have expected to see perhaps > two patches to port the banana module: one to add the missing test > coverage and one to make any and all changes necessary to get the test > suite t

Re: [Twisted-Python] porting twisted.spread to Python3

2014-10-05 Thread exarkun
On 04:23 pm, wolfgang@rohdewald.de wrote: Am Sonntag, 5. Oktober 2014, 13:48:12 schrieb exar...@twistedmatrix.com: On 3 Oct, 11:09 pm, wolfgang@rohdewald.de wrote: >I now have a local git branch with about 70 commits, always >rebased onto current trunk. It makes me sad to learn you're c

Re: [Twisted-Python] porting twisted.spread to Python3

2014-10-05 Thread Wolfgang Rohdewald
Am Sonntag, 5. Oktober 2014, 13:48:12 schrieb exar...@twistedmatrix.com: > On 3 Oct, 11:09 pm, wolfgang@rohdewald.de wrote: > >I now have a local git branch with about 70 commits, always > >rebased onto current trunk. > > It makes me sad to learn you're carrying so many patches to Twisted. It

Re: [Twisted-Python] porting twisted.spread to Python3

2014-10-05 Thread exarkun
On 3 Oct, 11:09 pm, wolfgang@rohdewald.de wrote: I now have a local git branch with about 70 commits, always rebased onto current trunk. It makes me sad to learn you're carrying so many patches to Twisted. It might be useful to the project if you could share why this development was easi

[Twisted-Python] porting twisted.spread to Python3

2014-10-03 Thread Wolfgang Rohdewald
I now have a local git branch with about 70 commits, always rebased onto current trunk. Those test suites pass with Python2 and Python3: test_banana, test_jelly, test_pb, test_pbfailure, test_persisted I also have a real app using PB (kajongg, a KDE game). Running the server and the client with