]> granicus.if.org Git - python/commit
Merged revisions 70523 via svnmerge from
authorLars Gustäbel <lars@gustaebel.de>
Sun, 22 Mar 2009 20:22:29 +0000 (20:22 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Sun, 22 Mar 2009 20:22:29 +0000 (20:22 +0000)
commit9e2a09a3a3b443dcf595513b04d4fdd261d03961
treed6f6e96a397f3acebf47d64fc685b1875fda0bb8
parent373498fc6798549909ca5d11a9e150498562e63b
Merged revisions 70523 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70523 | lars.gustaebel | 2009-03-22 21:09:33 +0100 (Sun, 22 Mar 2009) | 5 lines

  Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop
  forever on incomplete input. That caused tarfile.open() to hang when used
  with mode 'r' or 'r:bz2' and a fileobj argument that contained no data or
  partial bzip2 compressed data.
........
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS