]> granicus.if.org Git - python/commit
Fix #8886. Use context managers throughout zipfile tests.
authorBrian Curtin <brian@python.org>
Wed, 20 Apr 2011 02:15:55 +0000 (21:15 -0500)
committerBrian Curtin <brian@python.org>
Wed, 20 Apr 2011 02:15:55 +0000 (21:15 -0500)
commit0d654335689b88defdc6403624e3bfa8c0fd108b
tree44d677a3692607395b10487b7729768487f5b3b1
parentc98556e72e3850532fb0801af4f6ca83e920fa54
Fix #8886. Use context managers throughout zipfile tests.

This was fixed in py3k SVN. Consider this a backport.
Lib/test/test_zipfile.py