[issue824371] ntpath.expandvars doesn't expand Windows-style variables.

2009-07-06 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: This is already part of 2.6: >>> os.path.expandvars("%WIndir%/foo") 'C:\\WINNT/foo' >>> os.path.expandvars("%invalid%") '%invalid%' -- nosy: +amaury.forgeotdarc resolution: -> out of date status: open -> closed _

[issue824371] ntpath.expandvars doesn't expand Windows-style variables.

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue824371] ntpath.expandvars doesn't expand Windows-style variables.

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Un