commit | 7cf2c804675ba8def75f166ff972b1f3f4ea8418 | [log] [tgz] |
---|---|---|
author | Lars Gustäbel <lars@gustaebel.de> | Wed Nov 18 21:09:35 2009 +0000 |
committer | Lars Gustäbel <lars@gustaebel.de> | Wed Nov 18 21:09:35 2009 +0000 |
tree | 7654c65a249e975f4c4f3bb9213c870bb5101436 | |
parent | 8920d957d6cd83244696573b7a2fec4322457901 [diff] |
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. ........