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 jemfinch
Recipients
Date 2003-10-15.20:32:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
ntpath.expandvars is exactly the same as
posixpath.expandvars -- it only expands $vars.  But in
windows, environment variables are represented by
%vars%, not $vars.

I can write a patch if necessary.  Having read the
code, I noticed that it went to great lengths to do
what could quite easily be done with a regular
expression, so I assume using regular expressions isn't
kosher in the *path modules?
History
Date User Action Args
2007-08-23 14:17:42adminlinkissue824371 messages
2007-08-23 14:17:42admincreate