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 jackjansen
Recipients
Date 2004-12-27.16:29:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=45365

BuildApplication includes all modules that could possibly be needed by 
recursively inspecting all modules for their imports.In your case I guess 
EasyDialogs or os somehow indirectly caused httplib to be included.

This process can be controlled (you can forcibly include or exclude 
modules) by adding :macfreeze: directives to your source code, but this 
is not documented, really.

Look in :Mac:Tools:macfreeze for the code that does it, you may be able 
to infer how it is done.
History
Date User Action Args
2007-08-23 14:27:58adminlinkissue1076492 messages
2007-08-23 14:27:58admincreate