]> 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:40:13 +0000 (16:40 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Sat, 23 Dec 2006 16:40:13 +0000 (16:40 +0000)
commit6baa5027699c6238d545a9b18c70567882517eae
tree5c7a0ab8c2f987b214a6a2e37329ba57e428daee
parent55c54a2fa13b0238e7de5f94ea697eab38a40069
Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell()
work correctly together with readline().

Will backport to 2.5.
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS