Uh oh!
There was an error while loading. Please reload this page.
gh-104269: Document glob.glob duplicates when using multiple ** patterns - #105406
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tomasr8
commented
Jul 23, 2023
Just adding a comment here as well - The style guide says to use italics for parameters instead of literals |
tomasr8
commented
Jul 23, 2023
Hi @barneygale! Would you mind having a look at this? Thank you :) |
Uh oh!
There was an error while loading. Please reload this page.
barneygale
left a comment
There was a problem hiding this comment.
Sorry for the very late feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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 |
tomasr8
commented
Jan 20, 2024
Better late than never ;) |
Co-authored-by: Barney Gale <barney.gale@gmail.com>
tomasr8
commented
Jan 22, 2024
I have made the requested changes; please review again |
tomasr8
commented
Feb 6, 2024
Hmm seems like bedevere did not pick up that comment :/ @barneygale |
barneygale
commented
Apr 11, 2024
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/