Author ralphn
Recipients
Date 2002-11-26.04:25:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
On windows 2000, environment varables are recursively
expanded, so   
the comand os.path.expanduser('~\\test') will typically
yeld "%USERPROFILE%\\test".  This patch to ntpath.py
will recursively expand the '%' quoted varables until
either of the following happen:
a) It hits an environment varable it has already seen
b) The environment variable is not part of the environment.


History
Date User Action Args
2007-08-23 15:18:35adminlinkissue643943 messages
2007-08-23 15:18:35admincreate