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 r.david.murray
Recipients ZhuangZi, bethard, r.david.murray
Date 2012-09-07.01:38:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346981898.51.0.124628451129.issue15874@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure this is a good idea.  $BAR is supported on the command line because your shell supports it.  To support it in files, argparse would have to (re)implement shell parsing, and while we do have a parser in the stdlib that can do some of this (shlex), actually implementing environment variable substitution correctly would be a non-trivial undertaking.  And what about the csh users? (Assuming there are any left :)
History
Date User Action Args
2012-09-07 01:38:18r.david.murraysetrecipients: + r.david.murray, bethard, ZhuangZi
2012-09-07 01:38:18r.david.murraysetmessageid: <1346981898.51.0.124628451129.issue15874@psf.upfronthosting.co.za>
2012-09-07 01:38:17r.david.murraylinkissue15874 messages
2012-09-07 01:38:17r.david.murraycreate