]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 70525 via svnmerge from
authorLars Gustäbel <lars@gustaebel.de>
Sun, 22 Mar 2009 20:39:38 +0000 (20:39 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Sun, 22 Mar 2009 20:39:38 +0000 (20:39 +0000)
commitc341258b780c262fbd7244390c719038ef7de213
tree72a46b733ee18cd73ad70155187782ed0adc7b7c
parent1c5672fc5c4377b35ba548268d4dfd71644850ee
Merged revisions 70525 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r70525 | lars.gustaebel | 2009-03-22 21:34:29 +0100 (Sun, 22 Mar 2009) | 12 lines

  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