Skip to content

Support recursive globbing in Glob() #3851

Open
@mwichmann

Description

@mwichmann

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions