Thanks -- fixed! Committed revision 56814.
On 8/7/07, Lars Gustäbel <[EMAIL PROTECTED]> wrote: > 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 > [EMAIL PROTECTED] > > A chicken is an egg's way of producing more eggs. > (Anonymous) > -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
