Porting from Python 2.3 to 2.4

Joseph Garvin k04jg02 at kzoo.edu
Thu Jul 14 01:28:08 EDT 2005


Anand wrote:

>Hi
>
>   Are there any tools that would help in porting code from
>Pyton 2.3 to 2.4 ? I have gone through the whatsnew documents
>and created a document comparing Python 2.4 to 2.3. But so far
>has not been able to find any tool that will signal code in
>Python 2.3 that can cause errors in Python 2.4 .
>
>rgds
>
>-Anand
>
>  
>
All 2.x versions are backwards compatible. Porting just means taking 
advantage of new features. Unless you've been naughty and are accessing 
private methods in stdlib, you're probably fine.



More information about the Python-list mailing list