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 misc_from_metz
Recipients
Date 2005-09-08.09:28:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
this patch add a parameter to ModuleFinder, to not
recurse when searching module.
This way, someone can compute the modules needed by a
specific file, without having to compute all other
imported module, which may take time for result that
are no t needed. 

With the current system, you cannot create a clean
graph of modules dependancy, since  they are all on the
same level.

This patch do not change the default behavior.


History
Date User Action Args
2007-08-23 15:43:51adminlinkissue1284670 messages
2007-08-23 15:43:51admincreate