[issue13815] tarfile.ExFileObject can't be wrapped using io.TextIOWrapper

Lars Gustäbel report at bugs.python.org
Sat May 5 18:29:44 CEST 2012


Lars Gustäbel <lars at gustaebel.de> added the comment:

I did some tarfile spring cleaning: I removed the ExFileObject class completely as it was more or less a leftover from the old days. io.BufferedReader now does the job. So, as a side-effect, I close this issue as fixed.

(BTW, this makes tarfile.py smaller by about 100 lines.)

----------
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13815>
_______________________________________


More information about the Python-bugs-list mailing list