]> granicus.if.org Git - python/commit
use with statement to ensure zipfile is always closed (closes #20102)
authorBenjamin Peterson <benjamin@python.org>
Sun, 2 Feb 2014 20:30:22 +0000 (15:30 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 2 Feb 2014 20:30:22 +0000 (15:30 -0500)
commitb898b4f9e9af02e33e1c7e6ad05c7ea6bcb95e75
tree004b9a7aeae941e7177d256c3c671326b0a3f012
parent67908e9a76b605cfe0033146582ee7ca348785f4
use with statement to ensure zipfile is always closed (closes #20102)
Lib/shutil.py