]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Sf bug [ #412214 ] ZipFile constructor leaves files open.
authorTim Peters <tim.peters@gmail.com>
Wed, 4 Apr 2001 18:56:49 +0000 (18:56 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 4 Apr 2001 18:56:49 +0000 (18:56 +0000)
commit7d3bad66e4b32fa65fce219661b16d75e90c152f
tree20b242735b0cac4324c18e4a159d00b5638a8414
parent42fc7ccdac459a5a37cba83e4585611e7e7fdb86
Sf bug [ #412214 ] ZipFile constructor leaves files open.
This applies the patch Fred Drake created to fix it.
I'm checking it in since I had to apply the patch anyway in order
to test its behavior on Windows.
Lib/test/test_zipfile.py
Lib/zipfile.py