Re: [Python-3000] lib2to3 refactor.py has a lot of 2.6-isms

2008-07-25 Thread Benjamin Peterson
On Thu, Jul 24, 2008 at 11:58 PM, Collin Winter <[EMAIL PROTECTED]> wrote: > > In the olden days, 2to3 used to run on 2.4, 2.5 and 2.6, but at some > point (PyCon 2008, I believe) the decision was taken to intentionally > drop support for 2.4 and 2.5. Does that mean I can go ahead and apply the pa

Re: [Python-3000] lib2to3 refactor.py has a lot of 2.6-isms

2008-07-24 Thread Collin Winter
On Thu, Jul 24, 2008 at 9:39 PM, Robert Brewer <[EMAIL PROTECTED]> wrote: > Raymond Hettinger wrote: >> The intended upgrade path is through 2.6. >> If you go straight from 2.5, you don't get >> to go through a step with the -3 warnings >> and optional text/bytes annotations. >> >> IMO, it would be

Re: [Python-3000] lib2to3 refactor.py has a lot of 2.6-isms

2008-07-24 Thread Robert Brewer
Raymond Hettinger wrote: > The intended upgrade path is through 2.6. > If you go straight from 2.5, you don't get > to go through a step with the -3 warnings > and optional text/bytes annotations. > > IMO, it would be a mistake to create a 2.5 to 3.0 converter. > > - Original Message - >

Re: [Python-3000] lib2to3 refactor.py has a lot of 2.6-isms

2008-07-24 Thread Raymond Hettinger
The intended upgrade path is through 2.6. If you go straight from 2.5, you don't get to go through a step with the -3 warnings and optional text/bytes annotations. IMO, it would be a mistake to create a 2.5 to 3.0 converter. Raymond - Original Message - From: "Robert Brewer" <[EMAIL PR