]> 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)
commit091d386f7877ee1a37475dddc6ad845f5b70e4a2
tree0de7153d04f7c4adc1c66a52e2237bd08dc9155d
parentc8d9e0e932551b2722e1db3ced611e1c3c078cc7
use with statement to ensure zipfile is always closed (closes #20102)
Lib/shutil.py