`glob('**')` returns all files and directories
Open
help wanted
- Dominant language
- Python
- Stars
- 67
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
A further bug is that `glob('**')` in `zipp` returns all files and directoreis, while `pathlib.Path.glob('**')` returns _only_ directories.
_Originally posted by @nh2 in https://github.com/jaraco/zipp/issues/98#issuecomment-1627805807_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.