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.smith
Recipients eric.smith, george.hu, l0nwlf
Date 2010-04-15.01:27:56
SpamBayes Score 0.0021737562
Marked as misclassified No
Message-id <1271294877.89.0.441702278292.issue8402@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for fnmatch.translate, which is what ultimately gets called, says:
   There is no way to quote meta-characters.
Sorry.

If you want to see this changed, you could open a feature request. If you have a patch, that would help!

You probably want to research what the Unix shells use for escaping globs.
History
Date User Action Args
2010-04-15 01:27:57eric.smithsetrecipients: + eric.smith, l0nwlf, george.hu
2010-04-15 01:27:57eric.smithsetmessageid: <1271294877.89.0.441702278292.issue8402@psf.upfronthosting.co.za>
2010-04-15 01:27:56eric.smithlinkissue8402 messages
2010-04-15 01:27:56eric.smithcreate