[Python-Dev] 2.7 Release? 2.7 == last of the 2.x line?

Steven Bethard steven.bethard at gmail.com
Tue Nov 3 18:33:20 CET 2009


On Tue, Nov 3, 2009 at 4:55 AM, Barry Warsaw <barry at python.org> wrote:
> I'd like to read some case studies of people who have migrated applications
> from 2.6 to 3.0.

For what it's worth, it was pretty easy to migrate argparse:

  http://code.google.com/p/argparse/source/detail?r=12

It was mostly just adding a few aliases, and doing a little
sys.exc_info() dance in a couple places because argparse supports
Python 2.3 - 3.1 all in the same code base.

Steve
-- 
Where did you get that preposterous hypothesis?
Did Steve tell you that?
        --- The Hiphopopotamus


More information about the Python-Dev mailing list