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 ronaldoussoren
Recipients bochecha, eric.araujo, eric.smith, pitrou, r.david.murray, ronaldoussoren, tim.golden
Date 2010-08-17.13:08:23
SpamBayes Score 4.897557e-05
Marked as misclassified No
Message-id <1282050505.4.0.987532084478.issue9584@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Antoine that this would be useful functionality and that matching "the" shell is futile here.

A quick check on an old linux server: bash and ksh do brace expansion before expanding '*', but that csh does both at the same time.

That is, in a directory with foo.py and no .h files 'echo *.{py,h}' returns foo.py with csh and '*.h foo.py' with bash.

I'm +1 on matching the behavior of csh here.
History
Date User Action Args
2010-08-17 13:08:25ronaldoussorensetrecipients: + ronaldoussoren, pitrou, eric.smith, tim.golden, eric.araujo, r.david.murray, bochecha
2010-08-17 13:08:25ronaldoussorensetmessageid: <1282050505.4.0.987532084478.issue9584@psf.upfronthosting.co.za>
2010-08-17 13:08:23ronaldoussorenlinkissue9584 messages
2010-08-17 13:08:23ronaldoussorencreate