Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #25074
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: migrating from python 2.4 to python 2.6 |
| Date | 2012-07-09 12:05 +0100 |
| References | <CAOwwEaz5ZRcnZPZCASiSnVrE4O=aTm+0d6h3CYNP49gq9GHMFg@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1939.1341831915.4697.python-list@python.org> (permalink) |
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.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: migrating from python 2.4 to python 2.6 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-07-09 12:05 +0100
csiph-web