]> granicus.if.org Git - python/commit
Issue #13815: Resurrect the ExFileObject class.
authorLars Gustäbel <lars@gustaebel.de>
Mon, 14 May 2012 11:18:16 +0000 (13:18 +0200)
committerLars Gustäbel <lars@gustaebel.de>
Mon, 14 May 2012 11:18:16 +0000 (13:18 +0200)
commitb062a2fa177021195b7595f663b7a9b3bce6a8c8
tree6333c260c31882acca5906515f4b454525b9396c
parentc31dd2b56487af969b2e117093cc1465b862d3c6
Issue #13815: Resurrect the ExFileObject class.

After a discussion in the tracker, the decision was made to keep the
ExFileObject class after all as a subclass of io.BufferedReader instead of
removing it completely.
Lib/tarfile.py
Misc/NEWS