-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More Py2.4-compatible try..finally/except blocks
Needed for SLC5 compatibility. Python <= 2.4 does not support except and finally in the same block, they must be split into two try blocks. See https://docs.python.org/2/whatsnew/2.5.html#pep-341
- Loading branch information
Dario Berzano
committed
Jun 18, 2014
1 parent
0609ea4
commit 9c16791
Showing
1 changed file
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters