commit | 7cc9c8bbe1fb574cace4e9a3cb535fd6719119fc | [log] [tgz] |
---|---|---|
author | Lars Gustäbel <lars@gustaebel.de> | Sat Dec 01 21:06:06 2007 +0000 |
committer | Lars Gustäbel <lars@gustaebel.de> | Sat Dec 01 21:06:06 2007 +0000 |
tree | d73a2fa2f6340ba9b7e14cae7435593b8ed8c9ee | |
parent | 8334a4fc313be34d3b76f8635b160159c10f8b0e [diff] [blame] |
Issue #1531: Read fileobj from the current offset, do not seek to the start. (backport from r59260)
diff --git a/Misc/NEWS b/Misc/NEWS index 2c9f5fd..7172f83 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -46,6 +46,9 @@ Library ------- +- Issue #1531: tarfile.py: Read fileobj from the current offset, do not + seek to the start. + - Issue 1429818: patch for trace and doctest modules so they play nicely together.