]> granicus.if.org Git - python/commit
Issue #7232: Add support for the context manager protocol
authorLars Gustäbel <lars@gustaebel.de>
Wed, 3 Mar 2010 11:55:48 +0000 (11:55 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Wed, 3 Mar 2010 11:55:48 +0000 (11:55 +0000)
commit6458104188813b0165f95fcc0cf48bf02a276f42
tree759342dacad1d17021d1e2cab41c2523e4bc2570
parent8af970ab58e371def3779f6dd2fffe0c389c79d4
Issue #7232: Add support for the context manager protocol
to the TarFile class.
Doc/library/tarfile.rst
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS