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 eric.araujo
Recipients eric.araujo, jougs, sleipnir, tarek
Date 2010-09-08.02:49:22
SpamBayes Score 5.5329732e-08
Marked as misclassified No
Message-id <1283914164.3.0.757118826373.issue6114@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report and patch.

I just tested that When the executable itself is symlinked (not installed, just linked from an existing installation), sys.exec_prefix and sys.executable are different. This means that a unit test (to prevent regressions) will be easy to write with the helpers in test.test_support (2.7)/test.support (3.x)/distutils2.tests.support.

os.path.samefile is not supported on Windows before 3.2; I guess we’ll have to live with that bug and just document it :(

Do you want to add tests for this? I’ll do it if you don’t.

(Out of curiosity, why are there three signed-off-by lines? Is there a secret community of distutils bug fixers using git?)
History
Date User Action Args
2010-09-08 02:49:24eric.araujosetrecipients: + eric.araujo, tarek, sleipnir, jougs
2010-09-08 02:49:24eric.araujosetmessageid: <1283914164.3.0.757118826373.issue6114@psf.upfronthosting.co.za>
2010-09-08 02:49:23eric.araujolinkissue6114 messages
2010-09-08 02:49:22eric.araujocreate