
June 11th, 2012, 02:58 PM
|
|
Contributing User
|
|
Join Date: Feb 2004
Location: San Francisco Bay
|
|
I've never written code on Python 2.x and had it break on a more recent Python 2.y. The versions of Python 2 are generally backwards-compatible with one another. Features do get deprecated and removed, but not without warnings. If your son's code doesn't generate any deprecation warnings, then you could try installing 2.7 and seeing if his code still works. If it doesn't work, then I recommend trying to fix the code, since Python 2.5 is outdated and is no longer supported.
|