Commit 4a4296ec authored by Raymond Hettinger's avatar Raymond Hettinger

SF patch #765238: fix fnmatch.__all__

(Contributed by George Yoshida.)
parent ae5c37b7
......@@ -12,7 +12,7 @@ corresponding to PATTERN. (It does not compile it.)
import re
__all__ = ["fnmatch","fnmatchcase","translate"]
__all__ = ["filter", "fnmatch","fnmatchcase","translate"]
_cache = {}
......
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