Georg Brandl added the comment:

Both are a kind of command-line expansion, see for example bash(1).

Listed there are "brace expansion, tilde expansion, parameter and variable 
expansion, command substitution, arithmetic expansion, word splitting, and 
pathname expansion".  Python does none of them.

----------

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

Reply via email to