mirror of https://github.com/python/cpython
parent
ae5c37b7b3
commit
4a4296ec29
|
@ -12,7 +12,7 @@ corresponding to PATTERN. (It does not compile it.)
|
|||
|
||||
import re
|
||||
|
||||
__all__ = ["fnmatch","fnmatchcase","translate"]
|
||||
__all__ = ["filter", "fnmatch","fnmatchcase","translate"]
|
||||
|
||||
_cache = {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue