summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian.curtin@gmail.com>2010-11-18 02:15:28 (GMT)
committerBrian Curtin <brian.curtin@gmail.com>2010-11-18 02:15:28 (GMT)
commit8fb9b868bd8415347ffa608eec324055ff9f66d7 (patch)
tree61c36b332a9c3aedea36bb9c03f324f8f57c70f7 /Misc
parenta47bbf5a4b6aaba52be774ddd2cb23be26a638ef (diff)
downloadcpython-8fb9b868bd8415347ffa608eec324055ff9f66d7.zip
cpython-8fb9b868bd8415347ffa608eec324055ff9f66d7.tar.gz
cpython-8fb9b868bd8415347ffa608eec324055ff9f66d7.tar.bz2
Fix #8886. Use context managers throughout the test.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bf660cc..13cae78 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,12 @@ C-API
- Loosen PyArg_ValidateKeywordArguments to allow dict subclasses.
+Tests
+-----
+
+- Issue #8886: Use context managers throughout test_zipfile. Patch by
+ Eric Carstensen.
+
What's New in Python 3.2 Alpha 4?
=================================