This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jvr
Recipients
Date 2002-11-29.10:16:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=92689

Here's a revised patch. The previous version actually was
too lenient: it could list submodules as "maybe missing"
when they were missing for sure. Fixed by tracking
unresolvable starimports.

(Removed the module.badimports attribute of my previous
patch, it now uses mf.badimports appropriately.)

Meta question: are we going to commit fixes to
modulefinder.py in the freeze directory and do the move when
the doco is done, or do we not commit anything until we're
ready for the move?
History
Date User Action Args
2007-08-23 15:18:32adminlinkissue643711 messages
2007-08-23 15:18:32admincreate