[Python-Dev] Time for 2.3.3?

Barry Warsaw barry at python.org
Sat Nov 22 07:59:56 EST 2003


On Sat, 2003-11-22 at 00:10, Jeremy Hylton wrote:

> > Did a cvs update about 30 minutes ago.  make test reports no errors. 
> > Running again with "-u all -r" to see what happens.
> 
> Also looks good.  This was with a RH9 system.

Unfortunately, no so for me:

test_mimetypes
test test_mimetypes failed -- Traceback (most recent call last):
  File "/home/barry/projects/python23/Lib/test/test_mimetypes.py", line 52, in test_guess_all_types
    eq(all, ['.bat', '.c', '.h', '.ksh', '.pl', '.txt'])
  File "/home/barry/projects/python23/Lib/unittest.py", line 302, in failUnlessEqual
    raise self.failureException, \
AssertionError: ['.asc', '.bat', '.c', '.h', '.ksh', '.pl', '.txt'] != ['.bat', '.c', '.h', '.ksh', '.pl', '.txt']

But we've seen these before, right?  Doesn't some test interfere with
globals in a way that screws mimetypes occasionally?

-Barry





More information about the Python-Dev mailing list