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 tarek
Recipients ezio.melotti, ggenellina, tarek, zooko
Date 2009-08-14.20:20:48
SpamBayes Score 2.6810591e-08
Marked as misclassified No
Message-id <1250281250.86.0.882697432574.issue6556@psf.upfronthosting.co.za>
In-reply-to
Content
The code works as expected because it uses os.path.expanduser('~'),
which will look to the right values depending on the platform.

So it's just the documentation that is wrong about how distutils behaves
under Windows.

I'll fix this doc asap, thanks for the feedback.
History
Date User Action Args
2009-08-14 20:20:51tareksetrecipients: + tarek, zooko, ggenellina, ezio.melotti
2009-08-14 20:20:50tareksetmessageid: <1250281250.86.0.882697432574.issue6556@psf.upfronthosting.co.za>
2009-08-14 20:20:49tareklinkissue6556 messages
2009-08-14 20:20:48tarekcreate