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: 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
Prev Previous commit
Next Next commit
Add news entry
  • Loading branch information
tomasr8 committed Jun 6, 2023
commit 98ce46b71b00ee941496c5ad617cb6a758d4cc85
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Mention that :func:`glob.glob` and :func:`glob.iglob` may return duplicate
path names if multiple ``**`` patterns are present and ``recursive`` is
true.
0