Skip to content

Commit 4a4296e

Browse files
committed
SF patch #765238: fix fnmatch.__all__
(Contributed by George Yoshida.)
1 parent ae5c37b commit 4a4296e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/fnmatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import re
1414

15-
__all__ = ["fnmatch","fnmatchcase","translate"]
15+
__all__ = ["filter", "fnmatch","fnmatchcase","translate"]
1616

1717
_cache = {}
1818

0 commit comments

Comments
 (0)