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 georg.brandl
Recipients georg.brandl, ibshields, r.david.murray
Date 2013-01-06.20:18:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357503482.6.0.280927927772.issue16877@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-01-06 20:18:02georg.brandlsetrecipients: + georg.brandl, r.david.murray, ibshields
2013-01-06 20:18:02georg.brandlsetmessageid: <1357503482.6.0.280927927772.issue16877@psf.upfronthosting.co.za>
2013-01-06 20:18:02georg.brandllinkissue16877 messages
2013-01-06 20:18:02georg.brandlcreate