From: Brett Cannon Date: Fri, 23 Jul 2010 16:58:21 +0000 (+0000) Subject: Mention in the fnmatch docs that meta-characters in translate cannot be quoted. X-Git-Tag: v3.2a1~121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=030244aaf910aecbc62319e6d3d76ca8a3fadef1;p=thirdparty%2FPython%2Fcpython.git Mention in the fnmatch docs that meta-characters in translate cannot be quoted. Closes issue 9358. Thanks to Brian Brazil for the patch. --- diff --git a/Doc/library/fnmatch.rst b/Doc/library/fnmatch.rst index ec78ed2e8234..49073c5a2923 100644 --- a/Doc/library/fnmatch.rst +++ b/Doc/library/fnmatch.rst @@ -70,6 +70,8 @@ patterns. Return the shell-style *pattern* converted to a regular expression. + Be aware there is no way to quote meta-characters. + Example: >>> import fnmatch, re