Re: [Python-Dev] 3to2 Project

2009-04-02 Thread Ron DuPlain
On Wed, Apr 1, 2009 at 12:50 PM, Ron DuPlain wrote: > On Mon, Mar 30, 2009 at 9:29 PM, Benjamin Peterson > wrote: >> 2009/3/30 Collin Winter : >>> If anyone is interested in working on this during the PyCon sprints or >>> otherwise, here are some easy, concrete starter projects that would >>> re

Re: [Python-Dev] 3to2 Project

2009-04-01 Thread Ron DuPlain
On Mon, Mar 30, 2009 at 9:29 PM, Benjamin Peterson wrote: > 2009/3/30 Collin Winter : >> If anyone is interested in working on this during the PyCon sprints or >> otherwise, here are some easy, concrete starter projects that would >> really help move this along: >> - The core refactoring engine ne

Re: [Python-Dev] 3to2 Project

2009-03-30 Thread Benjamin Peterson
2009/3/30 Collin Winter : > If anyone is interested in working on this during the PyCon sprints or > otherwise, here are some easy, concrete starter projects that would > really help move this along: > - The core refactoring engine needs to be broken out from 2to3. In > particular, the tests/ and f

Re: [Python-Dev] 3to2 Project

2009-03-30 Thread Paul Kippes
Ron Duplain and I have been working on this at the sprint. We're working on getting the necessary 3to2 fixes in place and verified first since dropping this in was quite simple. The fixes don't look to be too involved which should provide time for the recommended refactorings. Paul On Mon, Mar

Re: [Python-Dev] 3to2 Project

2009-03-30 Thread Jesse Noller
On Mon, Mar 30, 2009 at 12:37 PM, Collin Winter wrote: > On Mon, Mar 30, 2009 at 7:44 AM, Jesse Noller wrote: >> During the Language summit this past Thursday, pretty much everyone >> agreed that a python 3 to python 2 tool would be a very large >> improvement in helping developers be able to wri

Re: [Python-Dev] 3to2 Project

2009-03-30 Thread Collin Winter
On Mon, Mar 30, 2009 at 7:44 AM, Jesse Noller wrote: > During the Language summit this past Thursday, pretty much everyone > agreed that a python 3 to python 2 tool would be a very large > improvement in helping developers be able to write "pure" python 3 > code. The idea being a large project suc

[Python-Dev] 3to2 Project

2009-03-30 Thread Jesse Noller
During the Language summit this past Thursday, pretty much everyone agreed that a python 3 to python 2 tool would be a very large improvement in helping developers be able to write "pure" python 3 code. The idea being a large project such as Django could completely cut over to Python3, but then run