New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
glob uses fnmatch.filter instead of fnmatch since 2001 #10102
glob uses fnmatch.filter instead of fnmatch since 2001 #10102
Conversation
LGTM. @JulienPalard I think you could check this PR. I have compiled and checked the result for me, it's fine. |
Thanks @andresdelfino for the PR, and @serhiy-storchaka for merging it |
(cherry picked from commit ae31e3f) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
GH-10392 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit ae31e3f) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
GH-10393 is a backport of this pull request to the 3.6 branch. |
(cherry picked from commit ae31e3f) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
GH-10394 is a backport of this pull request to the 2.7 branch. |
(cherry picked from commit ae31e3f) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
(cherry picked from commit ae31e3f) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
(cherry picked from commit ae31e3f) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
glob uses fnmatch.filter since b5d4d2a