[Python-Dev] test___all__ fails if bsddb not available

Guido van Rossum guido@digicool.com
Mon, 22 Jan 2001 18:36:17 -0500


> test test___all__ failed -- dbhash has no __all__ attribute
> 
> maybe this test shouldn't depend on optional modules?

Fixed -- I just skip dbhash if bsddb can't be imported.

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