##// END OF EJS Templates
Fix for ticket https://bugs.launchpad.net/bugs/362458 Python 2.4 does not support a try/finally with a yield in the try. I have changed this to a try with an empty except, followed by the statement that was in the finally.

File last commit:

r736:d53b34f4
r1964:bd5930b7
Show More
.hgignore
18 lines | 161 B | text/plain | TextLexer
syntax: glob
*~
*.tmp
*.pyc
*.bak
*.tgz
*.org
*.rej
.svn/
.bzr/
.settings/
.project
*.diff
IPython_crash_report.txt
syntax: regexp
.*\#.*\#$