Summary

It would be nice if glob "/*/*" worked

Metadata

Description

Per an email from Matt Welland.

Changes and comments

[2021-08-29 21:19:25 UTC] wasamasa wrote:

I see two ways of going forward here:

- Use `glob(3)` - Make existing code smarter (Python's implementation covers this case and more)

The former seems somewhat appealing to me, but would change the behavior considerably.