[Python-3000] Refactoring tool available (work in progress)

2006-12-14 Thread Guido van Rossum
In the sandbox I've been working on a refactoring tool, which could form the basis for a Python 2.x -> 3.0 conversion tool. I'd like to invite folks here to give it a try and give me a hand. It certainly needs more work, but I think that the basic infrastructure is sound. Check out sandbox/2to3/:

Re: [Python-3000] Refactoring tool available (work in progress)

2006-12-14 Thread Talin
Guido van Rossum wrote: > In the sandbox I've been working on a refactoring tool, which could > form the basis for a Python 2.x -> 3.0 conversion tool. I'd like to > invite folks here to give it a try and give me a hand. It certainly > needs more work, but I think that the basic infrastructure is