summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2009-11-18 20:24:54 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2009-11-18 20:24:54 (GMT)
commit355538e5f5f2e2e71beecf891e450797b8a02586 (patch)
tree653639dd84d3bc4c861f0e0a6e42973ccded2e88 /Misc
parentc029942ea0cf2311e6a6af232a21d7d2085edcb8 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a52e28a..d0ed47c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.