[Python-bugs-list] [Bug #129683] test___all__ expects all referenced modules to exist
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 22 Jan 2001 07:40:37 -0800
Bug #129683, was updated on 2001-Jan-22 07:40
Here is a current snapshot of the bug.
Project: Python
Category: Python Interpreter Core
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: jackjansen
Assigned to : nobody
Summary: test___all__ expects all referenced modules to exist
Details: Test___all__ expects that all the modules it knows about exist and
are importable. This isn't always true: if bsddb isn't available on the
platform then dbhash can't be imported.
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=129683&group_id=5470