[Python-bugs-list] [Bug #129683] test___all__ expects all referenced modules to exist

noreply@sourceforge.net noreply@sourceforge.net
Fri, 26 Jan 2001 11:58:22 -0800


Bug #129683, was updated on 2001-Jan-22 07:40
Here is a current snapshot of the bug.

Project: Python
Category: Python Library
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 5
Submitted by: jackjansen
Assigned to : montanaro
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. 

Follow-Ups:

Date: 2001-Jan-26 11:58
By: montanaro

Comment:
I agree with Jack (Guido may have also brought it up).

I just noticed that this bug had been filed.  I believe the
latest version in CVS fixes this problem, so I'm simply
closing it.

Skip
 
-------------------------------------------------------

Date: 2001-Jan-26 10:26
By: fdrake

Comment:
Skip, I think you fixed this.  Please confirm and update this report.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=129683&group_id=5470