commit | 456fe5d3cafc065b919fd4e8ba939c666f420dfa | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jul 16 19:42:05 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jul 16 19:42:05 2007 +0000 |
tree | 9a0b84bba67157e3f37c56143687d5e2fa8e6df1 | |
parent | b358a2c4233f0e8c3cc58b86ed84007cc16ea74d [diff] |
Fix a weird use of try/finally to close a file. (There are more places that don't close 'f' at all if an error occurs, but none have a bogus try/finally pattern.)