Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python': 0.09; 'if,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:python': 0.11; 'accordingly.': 0.13; 'message- id:@dough.gmane.org': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.17; 'written': 0.20; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.28; 'run': 0.28; 'code': 0.31; 'from:addr:yahoo.co.uk': 0.32; 'doubt': 0.33; 'to:addr:python- list': 0.33; 'thanks': 0.34; 'there': 0.35; 'received:org': 0.36; 'should': 0.36; 'subject:: ': 0.38; 'mark': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'is.': 0.62 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: migrating from python 2.4 to python 2.6 Date: Mon, 09 Jul 2012 12:05:27 +0100 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-92-24-208-20.ppp.as43234.net User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 In-Reply-To: X-Antivirus: avast! (VPS 120709-0, 09/07/2012), Outbound message X-Antivirus-Status: Clean X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1341831915 news.xs4all.nl 6984 [2001:888:2000:d::a6]:59059 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25074 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.