From 030244aaf910aecbc62319e6d3d76ca8a3fadef1 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 23 Jul 2010 16:58:21 +0000 Subject: Mention in the fnmatch docs that meta-characters in translate cannot be quoted. Closes issue 9358. Thanks to Brian Brazil for the patch. --- Doc/library/fnmatch.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/fnmatch.rst b/Doc/library/fnmatch.rst index ec78ed2..49073c5 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 -- cgit v0.12