Re: Python 3000

2007-10-03 Thread ether1
Which means there is a tool for converting the versions otherwise you are going to have to maintain 2 code bases. On Oct 3, 1:51 pm, Florian Lindner <[EMAIL PROTECTED]> wrote: > Hello, > I'm just curious: > > What is your (the developers of Django) attitude towards Python 3000? Since > this relea

Re: Python 3000

2007-10-03 Thread ether1
I think this is the answer you are looking for :) acob Kaplan-Moss wrote: > Yeah, it's gonna be a long road... Guido's tool "2to3"[1] should make those boring syntax conversions automatically and leave only juicy parts to human brains. [1]: http://svn.python.org/view/sandbox/trunk/2to3/ On Oc