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 eric.araujo
Recipients eric.araujo, fruch, terry.reedy
Date 2012-02-04.08:11:27
SpamBayes Score 3.3725577e-05
Marked as misclassified No
Message-id <1328343088.12.0.373436126489.issue13929@psf.upfronthosting.co.za>
In-reply-to
Content
> [fnmatch] explicitly disclaims the feature you request: "Be aware there is no way to quote
> meta-characters."

This reads like a warning to me, i.e. a potential future feature, not a design choice.

> What you are asking for in something in between the unix language and re. If one re
> feature is added, why not another?

When we use glob patterns in our shells, the shell language lets us escape what would otherwise be special characters.  Python would be nicer to let us do the same.
History
Date User Action Args
2012-02-04 08:11:28eric.araujosetrecipients: + eric.araujo, terry.reedy, fruch
2012-02-04 08:11:28eric.araujosetmessageid: <1328343088.12.0.373436126489.issue13929@psf.upfronthosting.co.za>
2012-02-04 08:11:27eric.araujolinkissue13929 messages
2012-02-04 08:11:27eric.araujocreate