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 Alain.Mellan
Recipients Alain.Mellan
Date 2014-04-18.19:31:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397849465.53.0.177138390921.issue21301@psf.upfronthosting.co.za>
In-reply-to
Content
A lot of times paths are manipulated with environment variables that may even be expanded multiple times in a loop. For example, I have a path defined as "$RUNDIR/logfile.txt" and expanding the path for a bunch of different RUNDIRs in a loop.

By default, it should take os.environ and optionally a different dictionary.

Just like os.path.expandvars(), it should expand $VAR, ${VAR} and %VAR%
History
Date User Action Args
2014-04-18 19:31:05Alain.Mellansetrecipients: + Alain.Mellan
2014-04-18 19:31:05Alain.Mellansetmessageid: <1397849465.53.0.177138390921.issue21301@psf.upfronthosting.co.za>
2014-04-18 19:31:05Alain.Mellanlinkissue21301 messages
2014-04-18 19:31:05Alain.Mellancreate