-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
zipfile.Path.glob fails to match directories #122903
Comments
jaraco
added
type-bug
An unexpected behavior, bug, or error
triaged
The issue has been accepted as valid by a triager.
labels
Aug 11, 2024
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Aug 11, 2024
Applies changes from zipp v3.19.2 and v3.19.3 (jaraco/zipp#121).
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Aug 11, 2024
Applies changes from zipp v3.19.2 and v3.19.3 (jaraco/zipp#121).
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Aug 11, 2024
Applies changes from zipp v3.19.2 and v3.19.3 (jaraco/zipp#121).
jaraco
added a commit
that referenced
this issue
Aug 12, 2024
This was referenced Aug 12, 2024
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Aug 12, 2024
…onGH-122908) (cherry picked from commit 6aa35f3) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
blhsing
pushed a commit
to blhsing/cpython
that referenced
this issue
Aug 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As reported in jaraco/zipp#121, the glob logic in
zipfile.Path
doesn't honor directories.This issue tracks porting the fix here.
Linked PRs
The text was updated successfully, but these errors were encountered: