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, exarkun, tarek, zooko
Date 2010-04-11.12:19:38
SpamBayes Score 5.966307e-06
Marked as misclassified No
Message-id <1270988380.56.0.247124662697.issue6555@psf.upfronthosting.co.za>
In-reply-to
Content
Let me add that os.path.expanduser is the Right Way™ to get a user’s home directory on POSIX too, since not every setup has a $HOME envvar or a /etc/passwd file. The only interface one should use is the pwd module (or  getent in shell scripts), and so does os.path.expanduser.

Reassigning to Distutils2.

Regards
History
Date User Action Args
2010-04-11 12:19:40eric.araujosetrecipients: + eric.araujo, zooko, exarkun, tarek
2010-04-11 12:19:40eric.araujosetmessageid: <1270988380.56.0.247124662697.issue6555@psf.upfronthosting.co.za>
2010-04-11 12:19:38eric.araujolinkissue6555 messages
2010-04-11 12:19:38eric.araujocreate