summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2010-03-03 12:08:54 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2010-03-03 12:08:54 (GMT)
commit0138581c43c9812d9bd415d95523e65fd72e6a34 (patch)
tree1c31df1fa26e3dab3e8db24708016d01e81d2f4d /Misc
parent5749e85b53618d9e8c0fa5ee2f4f796b0a4ca6e2 (diff)
downloadcpython-0138581c43c9812d9bd415d95523e65fd72e6a34.zip
cpython-0138581c43c9812d9bd415d95523e65fd72e6a34.tar.gz
cpython-0138581c43c9812d9bd415d95523e65fd72e6a34.tar.bz2
Merged revisions 78623 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78623 | lars.gustaebel | 2010-03-03 12:55:48 +0100 (Wed, 03 Mar 2010) | 3 lines Issue #7232: Add support for the context manager protocol to the TarFile class. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e8f37ab..9fd6a9a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -265,6 +265,9 @@ C-API
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.