]> granicus.if.org Git - python/commit
Do not close external file objects passed to tarfile.open(mode='w:bz2')
authorLars Gustäbel <lars@gustaebel.de>
Tue, 27 May 2008 12:39:23 +0000 (12:39 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Tue, 27 May 2008 12:39:23 +0000 (12:39 +0000)
commitb1a54a353021f3d478e1d9e667cef0fa92507c36
tree968765c627007ccae0350e85264f16c0dcecdda6
parent0902cac4b355e98184b0e435f9bb7e24ed68f6a2
Do not close external file objects passed to tarfile.open(mode='w:bz2')
when the TarFile is closed.
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS