8000 gh-104269: Document `glob.glob` duplicates when using multiple `**` patterns by tomasr8 · Pull Request #105406 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-104269: 8000 Document glob.glob duplicates when using multiple ** patterns #105406

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

Merged
merged 11 commits into from
Apr 11, 2024

Conversation

tomasr8
Copy link
Member
@tomasr8 tomasr8 commented Jun 6, 2023

@tomasr8
Copy link
Member Author
tomasr8 commented Jul 23, 2023

Just adding a comment here as well - The style guide says to use italics for parameters instead of literals

@ghost
Copy link
ghost commented Jul 23, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@tomasr8
Copy link
Member Author
tomasr8 commented Jul 23, 2023

Hi @barneygale! Would you mind having a look at this? Thank you :)

@barneygale barneygale self-requested a review July 24, 2023 16:30
Copy link
Contributor
@barneygale barneygale left a 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.

@bedevere-app
Copy link
bedevere-app bot commented Jan 20, 2024

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 I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@tomasr8
Copy link
Member Author
tomasr8 commented Jan 20, 2024

Sorry for the very late feedback.

Better late than never ;)

tomasr8 and others added 2 commits January 22, 2024 09:59
Co-authored-by: Barney Gale <barney.gale@gmail.com>
@tomasr8
Copy link
Member Author
tomasr8 commented Jan 22, 2024

I have made the requested changes; please review again

@tomasr8
Copy link
Member Author
tomasr8 commented Feb 6, 2024

Hmm seems like bedevere did not pick up that comment :/ @barneygale

@hugovk hugovk removed the needs backport to 3.11 only security fixes label Apr 11, 2024
@hugovk hugovk requested a review from barneygale April 11, 2024 14:09
@barneygale
Copy link
Contributor

My apologies once again for the long wait. Thank you for the patch, this looks good.

0