[Tutor] Re: 1.5.2 to 2.x.x upgrade question

Emile van Sebille emile@fenx.com
Mon, 16 Sep 2002 23:23:12 -0700


Kirk Bailey
> If I can upgrade critter to2.foo, will I have to rewrite a bunch of
scripts, or
> will all the scripts working now continue to operate correctly under
the new
> version?

You'll want to review these:

http://www.python.org/1.6.1/#news
http://www.amk.ca/python/2.0/
http://www.amk.ca/python/2.1/
http://www.python.org/2.2.1/NEWS.txt

But, IIRC, the major changes that hit code had to do with usage contrary
to documented usage, eg sockets that were documneted to require a tuple,
but would work just fine if two parameters were passed in.  All in all
I'd anticipate an easy transition.

HTH,

--

Emile van Sebille
emile@fenx.com

---------