migrating from python 2.4 to python 2.6

Mark Lawrence breamoreboy at yahoo.co.uk
Mon Jul 9 07:05:27 EDT 2012


On 09/07/2012 10:37, Mark Devine wrote:
> Hi
> I have a large code base that was written in python 2.4. I want to migrate
> to python 2.6. Are there any tools that will aid me in this migration?
>
> Thanks
>
> A
>
>
>

Check the what's new for python 2.6.  If, and I doubt that there are, 
any compatabilty issues change your code accordingly.  If not your code 
should run as is. An alternative is simply to run your code and see if 
it breaks, again I doubt it.

-- 
Cheers.

Mark Lawrence.






More information about the Python-list mailing list