[Python-Dev] test failures...

Guido van Rossum guido@python.org
Sat, 24 Jun 2000 11:03:07 -0500


>   test test_exceptions failed -- Writing: 'spam', expected: 'Attr'

There's a "print buf" at the end of the new function
test_raise_catch() that causes this.  Jeremy added this; either the
"print buf" shouldn't be there, or the file
Lib/test/output/test_exceptions should be updated.  It's up to Jeremy
now.

--Guido van Rossum (home page: http://www.python.org/~guido/)