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 bochecha, eric.araujo, eric.smith, pitrou, r.david.murray
Date 2010-08-13.15:37:54
SpamBayes Score 2.2245423e-07
Marked as misclassified No
Message-id <1281713876.38.0.31519039652.issue9584@psf.upfronthosting.co.za>
In-reply-to
Content
Well, Windows supports * and ? globs, but not brace expansion, as far as I can tell (at least on XP, which is what I currently have access to).

In fact, I don't believe I've run into brace expansion anywhere except in the unix shell, whereas as you say * and ? globbing is fairly common, so that might be another reason *not* to add it :)

Unfortunately for that argument, Windows XP CMD doesn't appear to support [] globbing.

I'm not going to try block this if other people want it.  As you say, there is no real standard here to adhere to.
History
Date User Action Args
2010-08-13 15:37:56r.david.murraysetrecipients: + r.david.murray, pitrou, eric.smith, eric.araujo, bochecha
2010-08-13 15:37:56r.david.murraysetmessageid: <1281713876.38.0.31519039652.issue9584@psf.upfronthosting.co.za>
2010-08-13 15:37:55r.david.murraylinkissue9584 messages
2010-08-13 15:37:54r.david.murraycreate