]> granicus.if.org Git - python/commit
Issue #1531: Read fileobj from the current offset, do not seek to
authorLars Gustäbel <lars@gustaebel.de>
Sat, 1 Dec 2007 21:02:12 +0000 (21:02 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Sat, 1 Dec 2007 21:02:12 +0000 (21:02 +0000)
commit77b2d63b40942087f023999a0329aeea6dd1d6e9
treeda814527fb821f1b8fdd0df249e1973ea026605c
parent3e76d9346b326a10791fcf2b1ea887f8dbfccc80
Issue #1531: Read fileobj from the current offset, do not seek to
the start.

(will backport to 2.5)
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS