Re: Porting from Python 2.3 to 2.4
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: Porting from Python 2.3 to 2.4

From: Joseph Garvin <k04jg02@kzoo.edu>
Date: Thu Jul 14 2005 - 07:28:08 CEST

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.
Received on Thu Sep 29 16:56:47 2005