Commit 5dbeedb5 authored by Raymond Hettinger's avatar Raymond Hettinger

SF patch #765238: fix fnmatch.__all__

(Contributed by George Yoshida.)
parent 398e8adc
......@@ -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