Fix a compatibility issue with Perforce on Python 2.4.
Review Request #2498 — Created July 28, 2011 and submitted — Latest diff uploaded
Fix a compatibility issue with Perforce on Python 2.4. The finally: keyword isn't supported in Python 2.4. Rework an exception to not need it.
Unit tests pass.