| 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
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.