]> 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)
commitb22e17b2d617bef2fc00f5de29f5a4196f97a51c
tree4b7a1d28b767e3154e51f1809b637ec897df2dbc
parent4800d6470cb8bb8646963123f656a9670a52334e
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