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 amaury.forgeotdarc
Recipients aleax, amaury.forgeotdarc, jemfinch, johahn
Date 2009-07-06.13:03:06
SpamBayes Score 0.07617297
Marked as misclassified No
Message-id <1246885387.3.0.819994490668.issue824371@psf.upfronthosting.co.za>
In-reply-to
Content
This is already part of 2.6:

>>> os.path.expandvars("%WIndir%/foo")
'C:\\WINNT/foo'
>>> os.path.expandvars("%invalid%")
'%invalid%'
History
Date User Action Args
2009-07-06 13:03:07amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, aleax, jemfinch, johahn
2009-07-06 13:03:07amaury.forgeotdarcsetmessageid: <1246885387.3.0.819994490668.issue824371@psf.upfronthosting.co.za>
2009-07-06 13:03:06amaury.forgeotdarclinkissue824371 messages
2009-07-06 13:03:06amaury.forgeotdarccreate