]> granicus.if.org Git - python/commit
Fix double use of f.close().
authorÉric Araujo <merwok@netwok.org>
Fri, 15 Apr 2011 22:13:39 +0000 (00:13 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 15 Apr 2011 22:13:39 +0000 (00:13 +0200)
commit87f3a9aac7f4b324f10b23adb1e79ad6b69117ae
tree3b2b2b377596b9fabc828729611840d827175ae1
parent2a83cc61d6bd96dc05008039703827ec0438cf9c
Fix double use of f.close().

The other one is in a finally block not seen in the diff, which I added
in 3bf86785cd9c (for #10252).
Lib/sysconfig.py