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 amaury.forgeotdarc, barry, dmalcolm, doko, eric.araujo, eric.smith, loewis
Date 2010-09-12.14:53:32
SpamBayes Score 1.735154e-07
Marked as misclassified No
Message-id <1284303224.07.0.53393456851.issue9807@psf.upfronthosting.co.za>
In-reply-to
Content
If the feature to be provided is "multiple Python installations with the same prefix", then I suggest to generalize this beyond the debug build. One approach would be:

1. add a --bin-suffix configure option (Debian: set this to _d when creating the debug build)
2. expose this as sys.bin_suffix
3. use this in many more places than this patch does, e.g. for python3-config (python3_d-config?), python3.pc, idle3, pydoc3, 2to3, and anything else that either is a binary or refers to one.
History
Date User Action Args
2010-09-12 14:53:44loewissetrecipients: + loewis, barry, doko, amaury.forgeotdarc, eric.smith, eric.araujo, dmalcolm
2010-09-12 14:53:44loewissetmessageid: <1284303224.07.0.53393456851.issue9807@psf.upfronthosting.co.za>
2010-09-12 14:53:32loewislinkissue9807 messages
2010-09-12 14:53:32loewiscreate