Re: [Twisted-Python] Helping the Python 3 port

2013-05-09 Thread Glyph
On May 9, 2013, at 4:17 AM, Jonathan Ballet wrote: > OK, fine with me. It anwsers at the same time one of my question on > #5929 (sorry for the Trac spam on this ticket BTW, Trac was a bit slow > to accept my updates :/) No need to apologize, we know it's a problem. In fact, we're working on i

Re: [Twisted-Python] Helping the Python 3 port

2013-05-09 Thread Barry Warsaw
On May 09, 2013, at 01:03 AM, Jonathan Ballet wrote: >I have this specific case where I need to support metaclass for both >Python 2.x and Python 3.x which have different syntax (__metaclass__ and >class XXX(.., metaclass=...)), which `six` addresses with a function >called `with_metaclass()` [1]

Re: [Twisted-Python] Helping the Python 3 port

2013-05-09 Thread Jonathan Ballet
On Thu, May 09, 2013 at 10:35:28AM -, exar...@twistedmatrix.com wrote: > On 09:04 am, j...@multani.info wrote: > >On Wed, May 08, 2013 at 05:40:56PM -0700, Glyph wrote: > >> > >>On May 8, 2013, at 4:03 PM, Jonathan Ballet wrote: > >> > >> > On Wed, May 08, 2013 at 09:36:14AM -0600, Tom Prince

Re: [Twisted-Python] Helping the Python 3 port

2013-05-09 Thread exarkun
On 09:04 am, j...@multani.info wrote: >On Wed, May 08, 2013 at 05:40:56PM -0700, Glyph wrote: >> >>On May 8, 2013, at 4:03 PM, Jonathan Ballet wrote: >> >> > On Wed, May 08, 2013 at 09:36:14AM -0600, Tom Prince wrote: >> >> Have you seen https://twistedmatrix.com/trac/wiki/Plan/Python3 ? >> >> >>

Re: [Twisted-Python] Helping the Python 3 port

2013-05-09 Thread Jonathan Ballet
On Wed, May 08, 2013 at 05:40:56PM -0700, Glyph wrote: > > On May 8, 2013, at 4:03 PM, Jonathan Ballet wrote: > > > On Wed, May 08, 2013 at 09:36:14AM -0600, Tom Prince wrote: > >> Have you seen https://twistedmatrix.com/trac/wiki/Plan/Python3 ? > >> > >> That is the plan for porting to python3

Re: [Twisted-Python] Helping the Python 3 port

2013-05-08 Thread Glyph
On May 8, 2013, at 4:03 PM, Jonathan Ballet wrote: > On Wed, May 08, 2013 at 09:36:14AM -0600, Tom Prince wrote: >> Have you seen https://twistedmatrix.com/trac/wiki/Plan/Python3 ? >> >> That is the plan for porting to python3. > > What about "importing" code from other librairies? > > I have

Re: [Twisted-Python] Helping the Python 3 port

2013-05-08 Thread Jonathan Ballet
On Wed, May 08, 2013 at 09:36:14AM -0600, Tom Prince wrote: > Have you seen https://twistedmatrix.com/trac/wiki/Plan/Python3 ? > > That is the plan for porting to python3. What about "importing" code from other librairies? I have this specific case where I need to support metaclass for both Pyth

Re: [Twisted-Python] Helping the Python 3 port

2013-05-08 Thread exarkun
On 07:27 pm, j...@multani.info wrote: >[snip] > >OK, so we can probably sum all of this with: get the dependencies >ticketed, ported and merged first, before tackling big things like >twisted/scripts/trial.py > >Is that right? Exactly! Jean-Paul >Jonathan > >__

Re: [Twisted-Python] Helping the Python 3 port

2013-05-08 Thread Jonathan Ballet
On Wed, May 08, 2013 at 07:02:47PM -, exar...@twistedmatrix.com wrote: > On 02:30 pm, j...@multani.info wrote: > >Hi, > > > >I'm interested to give a help to port Twisted to Python 3. > >I gave a look at the tickets on Trac tagged with py3k and those in the > >Python-3.x milestone. I gave a try

Re: [Twisted-Python] Helping the Python 3 port

2013-05-08 Thread exarkun
On 02:30 pm, j...@multani.info wrote: >Hi, > >I'm interested to give a help to port Twisted to Python 3. >I gave a look at the tickets on Trac tagged with py3k and those in the >Python-3.x milestone. I gave a try at >http://twistedmatrix.com/trac/ticket/5802 to see what still needed to >be >done,

Re: [Twisted-Python] Helping the Python 3 port

2013-05-08 Thread Itamar Turner-Trauring
On 05/08/2013 10:30 AM, Jonathan Ballet wrote: > Hi, > > I'm interested to give a help to port Twisted to Python 3. > I gave a look at the tickets on Trac tagged with py3k and those in the > Python-3.x milestone. I gave a try at > http://twistedmatrix.com/trac/ticket/5802 to see what still needed t

Re: [Twisted-Python] Helping the Python 3 port

2013-05-08 Thread Tom Prince
Jonathan Ballet writes: > Hi, Welcome. > I'm interested to give a help to port Twisted to Python 3. Have you seen https://twistedmatrix.com/trac/wiki/Plan/Python3 ? That is the plan for porting to python3. Tom ___ Twisted-Python mailing list Twi