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