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 loewis
Recipients
Date 2006-03-19.11:56:47
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

The main issue is maintainability. Everytime a module is
added, a project file needs to be created, which is more
tedious than adding a few lines to setup.py (although one
also has to remember editing Modules/Setup.dist); in
addition, Tools/msi/msi.py needs to be edited.

Everytime a "global" change is made to the compilation
options of Python (e.g. adding AMD64 configurations), it
needs to be applied to all project files individually.
History
Date User Action Args
2007-08-23 15:46:55adminlinkissue1449471 messages
2007-08-23 15:46:55admincreate