Mention in the fnmatch docs that meta-characters in translate cannot be quoted.

Closes issue 9358. Thanks to Brian Brazil for the patch.
This commit is contained in:
Brett Cannon 2010-07-23 16:58:21 +00:00
parent 671153db25
commit 030244aaf9
1 changed files with 2 additions and 0 deletions

View File

@ -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