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
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
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
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
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
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
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