]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a testcase that checks if the TarFile constructor successfully
authorLars Gustäbel <lars@gustaebel.de>
Mon, 23 Nov 2009 15:46:19 +0000 (15:46 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Mon, 23 Nov 2009 15:46:19 +0000 (15:46 +0000)
commit12adc655c8e1e8a620f99142a2fb6e2500d4931a
tree1347244b64553c07cfca3c9bb21811f640b15111
parentdd866d57af2e1b82c155b4613c303099785ed62c
Add a testcase that checks if the TarFile constructor successfully
closes the internal file object in case of an error (issue #7341).
Lib/test/test_tarfile.py