Commit 8fb9b868 authored by Brian Curtin's avatar Brian Curtin

Fix #8886. Use context managers throughout the test.

parent a47bbf5a
This diff is collapsed.
...@@ -31,6 +31,12 @@ C-API ...@@ -31,6 +31,12 @@ C-API
- Loosen PyArg_ValidateKeywordArguments to allow dict subclasses. - 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? What's New in Python 3.2 Alpha 4?
================================= =================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment