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 Aquinas, eric.smith, george.hu, l0nwlf
Date 2010-05-26.17:32:59
SpamBayes Score 0.00047001752
Marked as misclassified No
Message-id <1274895181.96.0.974788371673.issue8402@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think so. That quote came from the docstring for fnmatch.translate.

>>> help(fnmatch.translate)
Help on function translate in module fnmatch:

translate(pat)
    Translate a shell PATTERN to a regular expression.
    
    There is no way to quote meta-characters.
History
Date User Action Args
2010-05-26 17:33:02eric.smithsetrecipients: + eric.smith, l0nwlf, george.hu, Aquinas
2010-05-26 17:33:01eric.smithsetmessageid: <1274895181.96.0.974788371673.issue8402@psf.upfronthosting.co.za>
2010-05-26 17:32:59eric.smithlinkissue8402 messages
2010-05-26 17:32:59eric.smithcreate