commit | 6458104188813b0165f95fcc0cf48bf02a276f42 | [log] [tgz] |
---|---|---|
author | Lars Gustäbel <lars@gustaebel.de> | Wed Mar 03 11:55:48 2010 +0000 |
committer | Lars Gustäbel <lars@gustaebel.de> | Wed Mar 03 11:55:48 2010 +0000 |
tree | 759342dacad1d17021d1e2cab41c2523e4bc2570 | |
parent | 8af970ab58e371def3779f6dd2fffe0c389c79d4 [diff] [blame] |
Issue #7232: Add support for the context manager protocol to the TarFile class.
diff --git a/Misc/NEWS b/Misc/NEWS index 086fb27..5636528 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -38,6 +38,9 @@ Library ------- +- Issue #7232: Add support for the context manager protocol to the TarFile + class. + - Issue #7250: Fix info leak of os.environ across multi-run uses of wsgiref.handlers.CGIHandler.