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 bjourne
Recipients bjourne, hfuru, loewis, terry.reedy
Date 2009-05-23.12:58:48
SpamBayes Score 6.689743e-11
Marked as misclassified No
Message-id <1243083530.32.0.832869775805.issue960325@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not Hallvard but I'd also appreciate this feature. I think it is
quite important to have for automated build systems; Python seem to
build correctly but then down the line some other package fails because
the bz2 module is not available. 

IMHO it is wrong that you _can_ build python without libbz2 (for
example) because what you get is a broken standard library. It is not
mentioned anywhere in the documentation that bz2 is an optional module.
I think terminating the build at the configure step if libbz2 is not
found would be correct.

Otherwise maybe the standard --with configure options could be used for
this. E.g. ./configure --with-bz2 --with-ssl etc.
History
Date User Action Args
2009-05-23 12:58:50bjournesetrecipients: + bjourne, loewis, terry.reedy, hfuru
2009-05-23 12:58:50bjournesetmessageid: <1243083530.32.0.832869775805.issue960325@psf.upfronthosting.co.za>
2009-05-23 12:58:48bjournelinkissue960325 messages
2009-05-23 12:58:48bjournecreate