summaryrefslogtreecommitdiffstats
path: root/Lib/tarfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/tarfile.py')
-rw-r--r--Lib/tarfile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/tarfile.py b/Lib/tarfile.py
index c744951..a79e35c 100644
--- a/Lib/tarfile.py
+++ b/Lib/tarfile.py
@@ -669,7 +669,6 @@ class _BZ2Proxy(object):
if self.mode == "w":
raw = self.bz2obj.flush()
self.fileobj.write(raw)
- self.fileobj.close()
# class _BZ2Proxy
#------------------------