Index: Doc/library/fnmatch.rst =================================================================== --- Doc/library/fnmatch.rst (revision 83095) +++ Doc/library/fnmatch.rst (working copy) @@ -70,6 +70,8 @@ Return the shell-style *pattern* converted to a regular expression. + There is no way to quote meta-characters. + Example: >>> import fnmatch, re