Open
Description
This has been discussed in Discord, wanted to record it.
Python's glob.glob
now has a specifier for a recursive glob:
Changed in version 3.5: Support for recursive globs using “**”.
and it seems, since the SCons Glob
rather mirrors the Python module (though it's not the same), that it would be a useful addition there. Other build tools, e.g. Bazel, also support the recursive syntax in their globbing functionality.