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_