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. -- http://mail.python.org/mailman/listinfo/python-list