diff options
author | Brian Curtin <brian.curtin@gmail.com> | 2010-11-18 02:15:28 (GMT) |
---|---|---|
committer | Brian Curtin <brian.curtin@gmail.com> | 2010-11-18 02:15:28 (GMT) |
commit | 8fb9b868bd8415347ffa608eec324055ff9f66d7 (patch) | |
tree | 61c36b332a9c3aedea36bb9c03f324f8f57c70f7 /Misc | |
parent | a47bbf5a4b6aaba52be774ddd2cb23be26a638ef (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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? ================================= |