summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2009-11-18 21:11:27 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2009-11-18 21:11:27 (GMT)
commit7dfcef577e5d713c49322254ab364fcda8fe370a (patch)
treee4214bb8297f1ad7856c9bdc16149d25766f5f4e /Misc
parentb5ea027cb533b51d6932806155dcced68ac8b2ec (diff)
downloadcpython-7dfcef577e5d713c49322254ab364fcda8fe370a.zip
cpython-7dfcef577e5d713c49322254ab364fcda8fe370a.tar.gz
cpython-7dfcef577e5d713c49322254ab364fcda8fe370a.tar.bz2
Merged revisions 76383 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r76383 | lars.gustaebel | 2009-11-18 21:29:25 +0100 (Wed, 18 Nov 2009) | 10 lines Merged revisions 76381 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76381 | lars.gustaebel | 2009-11-18 21:24:54 +0100 (Wed, 18 Nov 2009) | 3 lines 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 0712236..f7c24d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,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.