]> granicus.if.org Git - python/commit
Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell()
authorLars Gustäbel <lars@gustaebel.de>
Sat, 23 Dec 2006 16:51:47 +0000 (16:51 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Sat, 23 Dec 2006 16:51:47 +0000 (16:51 +0000)
commitaedb92e59c2f4c3c33fbb33d5dc4afefe344620c
treeeb17ea20b2ac6b85bfb819630ce1d70e5cfa3fa3
parent60775f29de0e6107a46f668144cb1c133d6e5147
Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell()
work correctly together with readline().

(backport from rev. 53153)
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS