]> 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:06:06 +0000 (21:06 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Sat, 1 Dec 2007 21:06:06 +0000 (21:06 +0000)
commit7cc9c8bbe1fb574cace4e9a3cb535fd6719119fc
treed73a2fa2f6340ba9b7e14cae7435593b8ed8c9ee
parent8334a4fc313be34d3b76f8635b160159c10f8b0e
Issue #1531: Read fileobj from the current offset, do not seek to
the start.

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