First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
You shouldn't have to change anything. Python 2.7 is backwards compatible. and I think PSSE Version 33 should also be backwards compatible with Version 32.
One thing we have is a suite of what's called "unit tests" that we can automatically run to tell if a change in program will introduce errors. Python has this capability built in.
http://docs.python.org/2/library/unittest.html