[Python-3000] Pleaswe help with the countdown to zero failing tests in the struni branch!

Lars Gustäbel lars at gustaebel.de
Wed Aug 8 01:21:14 CEST 2007


On Tue, Aug 07, 2007 at 12:27:40PM -0700, Guido van Rossum wrote:
> I still get these three failures on Ubuntu dapper:
> 
> 
> ======================================================================
> ERROR: test_fileobj_iter (test.test_tarfile.Bz2UstarReadTest)
> ----------------------------------------------------------------------
[...]
> ValueError: the bz2 library has received wrong parameters

This is actually a bug in the bz2 module. The read() method of
bz2.BZ2File raises this ValueError with a size argument of 0.

-- 
Lars Gustäbel
lars at gustaebel.de

A chicken is an egg's way of producing more eggs.
(Anonymous)


More information about the Python-3000 mailing list