commit | 7d3bad66e4b32fa65fce219661b16d75e90c152f | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Apr 04 18:56:49 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed Apr 04 18:56:49 2001 +0000 |
tree | 20b242735b0cac4324c18e4a159d00b5638a8414 | |
parent | 42fc7ccdac459a5a37cba83e4585611e7e7fdb86 [diff] |
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.