-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
fnmatch
docs: link to fnmatch.filter()
, not builtins.filter()
#99819
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
fnmatch
docs: link to fnmatch.filter()
, not builtins.filter()
#99819
Conversation
Fix a link that was pointing to the builtin `filter` instead of `fnmatch.filter`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm as it matches L45's .filter
which links correctly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
filter
link in fnmatch
docsfnmatch
docs: link to fnmatch.filter()
, not builtins.filter()
Thanks @matthewhughes934 for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
GH-99849 is a backport of this pull request to the 3.11 branch. |
…ythonGH-99819) (cherry picked from commit ca3e611) Co-authored-by: Matthew Hughes <[email protected]>
The bug only exists in the |
…H-99819) (cherry picked from commit ca3e611) Co-authored-by: Matthew Hughes <[email protected]>
Fix a link that was pointing to the builtin
filter
instead offnmatch.filter