commit | 55fa13cb69edb6db608a9aef17f8a5f27c0e3990 | [log] [tgz] |
---|---|---|
author | Lars Gustäbel <lars@gustaebel.de> | Mon Nov 23 16:01:56 2009 +0000 |
committer | Lars Gustäbel <lars@gustaebel.de> | Mon Nov 23 16:01:56 2009 +0000 |
tree | df2cab224afb125f01b9b251f2056d12bfe8271b | |
parent | 07361c19a7639416bf9fc4631ce5fcc7c4b21125 [diff] |
Merged revisions 76452 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76452 | lars.gustaebel | 2009-11-23 16:46:19 +0100 (Mon, 23 Nov 2009) | 3 lines Add a testcase that checks if the TarFile constructor successfully closes the internal file object in case of an error (issue #7341). ........