Message135195
| Author |
vstinner |
| Recipients |
Denis.Barmenkov, bbi5291, eric.araujo, ned.deily, neologix, tarek, vstinner, xuanji |
| Date |
2011年05月05日.12:49:46 |
| SpamBayes Score |
4.714609e-08 |
| Marked as misclassified |
No |
| Message-id |
<1304599788.9.0.0240732234383.issue10496@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
> If the user base cannot be calculated, paths
> starting with ~ should not exist or be used at all in this context.
It's not "~" but "{userbase}" substitution variable.
Here is a new patch implementing this idea: don't create the variables using the user directory if the user doesn't exist (if we cannot get the user directory). I didn't test distutils, I just try to start Python (it does work using bug.c). |
|