Commit 0c48f6ce authored by owsla's avatar owsla

Fix comment in glob_to_re now that special characters can be escaped.


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@787 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 4a4f5445
......@@ -629,8 +629,8 @@ probably isn't what you meant.""" %
"""Returned regular expression equivalent to shell glob pat
Currently only the ?, *, [], and ** expressions are supported.
Ranges like [a-z] are also currently unsupported. There is no
way to quote these special characters.
Ranges like [a-z] are also currently unsupported. These special
characters can be quoted by prepending them with a backslash.
This function taken with minor modifications from efnmatch.py
by Donovan Baarda.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment