from python1.5.2 to python2.2.2

  • Thread starter Alberto Mantovani
  • Start date
A

Alberto Mantovani

Hi,
I have a lot of scripts written in python1.5.2 that I want to bring in
python2.2.2.
Someone could give me some informations about the sintax difference
between this 2 version?
Where can I get documents about it?
Are there some available tools to do this automatically?

thanks
Alberto
 
A

Aahz

I have a lot of scripts written in python1.5.2 that I want to bring in
python2.2.2. Someone could give me some informations about the sintax
difference between this 2 version?

If you want to upgrade your scripts to use new features, you've got a lot
of work ahead. If you simply want to run them unaltered in 2.2.2, go
ahead and try it! One of Python's primary goals is maintaining backward
compatibility; you should have very little difficulty.

Note: I'd recommend using 2.2.3 if possible; there are a few more bugs
fixed in it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,169
Messages
2,570,920
Members
47,462
Latest member
ChanaLipsc

Latest Threads

Top