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, pitrou, r.david.murray
Date 2010-08-13.13:03:49
SpamBayes Score 6.531611e-06
Marked as misclassified No
Message-id <1281704632.31.0.470864192903.issue9584@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I had forgotten that detail, Éric.

No, it doesn't seem as if implementing braces as matchers is appropriate.  fnmatch is only implementing the shell file name globbing. Doing the equivalent of brace expansion would have to be done before applying globbing, to be consistent with the shell.  Which is too bad.

Unfortunately I think we should probably reject this, though it could be discussed on python-ideas to see if the idea can lead to something both consistent with the shell and useful.
History
Date User Action Args
2010-08-13 13:03:52r.david.murraysetrecipients: + r.david.murray, pitrou, eric.araujo, bochecha
2010-08-13 13:03:52r.david.murraysetmessageid: <1281704632.31.0.470864192903.issue9584@psf.upfronthosting.co.za>
2010-08-13 13:03:50r.david.murraylinkissue9584 messages
2010-08-13 13:03:49r.david.murraycreate