Do not close external file objects passed to tarfile.open(mode='w:bz2')
commit24a6334fdb9756b1960439b4b7d89107d5166325
authorlars.gustaebel <lars.gustaebel@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 27 May 2008 12:39:23 +0000 (27 12:39 +0000)
committerlars.gustaebel <lars.gustaebel@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 27 May 2008 12:39:23 +0000 (27 12:39 +0000)
tree022bbc846a2a67fb0111796f1bb839f887e48589
parent1c424d72640d0a0566e72cc2c494b999818133e1
Do not close external file objects passed to tarfile.open(mode='w:bz2')
when the TarFile is closed.

git-svn-id: http://svn.python.org/projects/python/trunk@63744 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS