diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2010-03-03 12:08:54 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2010-03-03 12:08:54 (GMT) |
commit | 0138581c43c9812d9bd415d95523e65fd72e6a34 (patch) | |
tree | 1c31df1fa26e3dab3e8db24708016d01e81d2f4d /Misc | |
parent | 5749e85b53618d9e8c0fa5ee2f4f796b0a4ca6e2 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |