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 gvanrossum
Recipients
Date 2003-08-27.20:11:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I found a system with the following setup:

- os.getenv("HOME") returns "%USERPROFILE%"
- os.getenv("USERPROFILE") returns the home directory

Currently, ntpath.py doesn't expand ~ correctly in this
case.
The fix is pretty simple, I'll try to submit it if I
have time.
History
Date User Action Args
2007-08-23 14:16:32adminlinkissue796219 messages
2007-08-23 14:16:32admincreate