R. David Murray added the comment:

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 :)

----------
nosy: +r.david.murray
type: behavior -> enhancement
versions: +Python 3.4 -Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15874>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to