Message8862

Author zyasoft
Recipients zyasoft
Date 2014-07-01.22:46:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404254775.1.0.501403113887.issue2176@psf.upfronthosting.co.za>
In-reply-to
Content
bz2.BZ2File.read would not read all of the bytes requested. In particular, the tarfile module by default would request 16384 bytes at a time, but the read would return no more than 8192 bytes. Then the tarfile would seek forward, assuming it had read 16384 bytes, thereby missing chunks of files.

Fixed as of http://hg.python.org/jython/rev/91b39451dc89
History
Date User Action Args
2014-07-01 22:46:15zyasoftsetmessageid: <1404254775.1.0.501403113887.issue2176@psf.upfronthosting.co.za>
2014-07-01 22:46:15zyasoftsetrecipients: + zyasoft
2014-07-01 22:46:15zyasoftlinkissue2176 messages
2014-07-01 22:46:14zyasoftcreate