-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
gh-104269: Document glob.glob
duplicates when using multiple **
patterns
#105406
Conversation
Misc/NEWS.d/next/Documentation/2023-06-06-21-18-14.gh-issue-104269.uP1hVC.rst
Outdated
Show resolved
Hide resolved
Just adding a comment here as well - The style guide says to use italics for parameters instead of literals |
Hi @barneygale! Would you mind having a look at this? Thank you :) |
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.
Sorry for the very late feedback.
Misc/NEWS.d/next/Documentation/2023-06-06-21-18-14.gh-issue-104269.uP1hVC.rst
Outdated
Show resolved
Hide resolved
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Better late than never ;) |
Co-authored-by: Barney Gale <barney.gale@gmail.com>
I have made the requested changes; please review again |
Hmm seems like bedevere did not pick up that comment :/ @barneygale |
My apologies once again for the long wait. Thank you for the patch, this looks good. |
Thanks @tomasr8 for the PR, and @barneygale for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
…`**` patterns (pythonGH-105406) (cherry picked from commit c06be6b) Co-authored-by: Tomas R <tomas.roun8@gmail.com>
GH-117757 is a backport of this pull request to the 3.12 branch. |
glob.glob('**/**', recursive=True)
yields duplicate results #104269📚 Documentation preview 📚: https://cpython-previews--105406.org.readthedocs.build/