[Patches] [ python-Patches-1574252 ] Add %var% support to ntpath.expandvars

SourceForge.net noreply at sourceforge.net
Tue Oct 17 00:47:23 CEST 2006


Patches item #1574252, was opened at 2006-10-09 21:45
Message generated for change (Comment added) made by josiahcarlson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1574252&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Chip Norkus (doubleyewdee)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add %var% support to ntpath.expandvars

Initial Comment:
NT variables are passed around as %var% instead of 
$var or ${var}.  Providing support for this gives a 
seamless user experience for NT users using Python.

E.g. os.path.expandvars('%TEMP%') now does what is 
expected on NT.

I updated the docstring, could not find any tests or 
documentation references in svn for this portion of 
code.

----------------------------------------------------------------------

Comment By: Josiah Carlson (josiahcarlson)
Date: 2006-10-16 15:47

Message:
Logged In: YES 
user_id=341410

See also: http://python.org/sf/796219 and
http://python.org/sf/957650

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1574252&group_id=5470


More information about the Patches mailing list