diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2009-11-18 20:29:25 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2009-11-18 20:29:25 (GMT) |
commit | 7b465390fa2a23f94d7ce091959885907fe08442 (patch) | |
tree | 01c1419e3e9f91f21b017cc6cd31b6f4d8d758b9 /Misc | |
parent | fe267ac74be82f5e88e08b94fddcf29e586e5cc6 (diff) | |
download | cpython-7b465390fa2a23f94d7ce091959885907fe08442.zip cpython-7b465390fa2a23f94d7ce091959885907fe08442.tar.gz cpython-7b465390fa2a23f94d7ce091959885907fe08442.tar.bz2 |
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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -137,6 +137,9 @@ C-API 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. |