]> arthur.barton.de Git - bup.git/commit
rewire a try/finally with a yield inside to be compatible with python 2.4
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 31 Jan 2010 00:23:53 +0000 (19:23 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 31 Jan 2010 01:31:01 +0000 (20:31 -0500)
commit7e6453a36e29fe21da6b0e5d0117216348693c61
tree52c073eef15a594a856639fcb17e6b27e9f7bd6f
parentd9e823e7672156d8cdd971290db8370babdb7bd5
rewire a try/finally with a yield inside to be compatible with python 2.4

Apparently you can't put a 'yield' inside a try/finally in older versions of
python.  lame.
git.py