diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2009-11-18 20:24:54 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2009-11-18 20:24:54 (GMT) |
commit | 355538e5f5f2e2e71beecf891e450797b8a02586 (patch) | |
tree | 653639dd84d3bc4c861f0e0a6e42973ccded2e88 /Misc | |
parent | c029942ea0cf2311e6a6af232a21d7d2085edcb8 (diff) | |
download | cpython-355538e5f5f2e2e71beecf891e450797b8a02586.zip cpython-355538e5f5f2e2e71beecf891e450797b8a02586.tar.gz cpython-355538e5f5f2e2e71beecf891e450797b8a02586.tar.bz2 |
Issue #7341: Close the internal file object in the TarFile
constructor in case of an error.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -440,6 +440,9 @@ Core and Builtins Library ------- +- Issue #7341: Close the internal file object in the TarFile constructor in + case of an error. + - Issue #7293: distutils.test_msvc9compiler is fixed to work on any fresh Windows box. Help provided by David Bolen. |