~ellisonbg/ipython/bugfixes0411409

Viewing all changes in revision 1186.

  • Committer: Brian Granger
  • Date: 2009-04-23 03:50:35 UTC
  • Revision ID: ellisonbg@gmail.com-20090423035035-jtgqrng2u1racxou
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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: