Message115844
| 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:24 | eric.araujo | set | recipients:
+ eric.araujo, tarek, sleipnir, jougs |
| 2010年09月08日 02:49:24 | eric.araujo | set | messageid: <1283914164.3.0.757118826373.issue6114@psf.upfronthosting.co.za> |
| 2010年09月08日 02:49:23 | eric.araujo | link | issue6114 messages |
| 2010年09月08日 02:49:22 | eric.araujo | create |
|