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 ronaldoussoren
Recipients Arfrever, alexis, darabos, eric.araujo, ned.deily, r.david.murray, ronaldoussoren, tarek, techtonik
Date 2012-09-14.16:32:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347640356.29.0.399502868362.issue15419@psf.upfronthosting.co.za>
In-reply-to
Content
I'd change the name of the subdirectories of build instead of the name of the build directory itself. That way distutils will still create one build directory regardless of how many python versions you use, and the name of that directory is easily predicatble (which is nice when using basic tools to clean up a directory).

The distribute/setuptools projects do this as well, and implementing this should only require a fairly trival patch to distutils.commands.build (the defaults for the various build_ directories need to be updated).

BTW. How likely is the acceptance of such a patch? IIRC distutils is more or less closed for development w.r.t. new features. Would that also apply to this feature request?
History
Date User Action Args
2012-09-14 16:32:36ronaldoussorensetrecipients: + ronaldoussoren, techtonik, tarek, ned.deily, eric.araujo, Arfrever, r.david.murray, alexis, darabos
2012-09-14 16:32:36ronaldoussorensetmessageid: <1347640356.29.0.399502868362.issue15419@psf.upfronthosting.co.za>
2012-09-14 16:32:15ronaldoussorenlinkissue15419 messages
2012-09-14 16:32:14ronaldoussorencreate