-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
Description
Documentation
Today I came across Path.rglob in our codebase.
I went to https://docs.python.org/3/library/pathlib.html#pathlib.Path.rglob and tried to find out what pattern actually is. While the current documentation links to Path.glob(), I would like to add a note similar you can find at https://docs.python.org/3/library/pathlib.html#pathlib.Path.glob, ie
Patterns are the same as for fnmatch
Would a PR be welcome to add this kind of information?
Linked PRs
barneygale