SIGN IN SIGN UP

GH-77609: Add follow_symlinks argument to `pathlib.Path.glob()` (GH-102616)

Add a keyword-only *follow_symlinks* parameter to `pathlib.Path.glob()` and`rglob()`.

When *follow_symlinks* is `None` (the default), these methods follow symlinks except when evaluating "`**`" wildcards. When set to true or false, symlinks are always or never followed, respectively.
B
Barney Gale committed
ace676e2c2121f94a55effc6a30b3b0e987ae7da
Parent: 1668b41
Committed by GitHub <noreply@github.com> on 5/29/2023, 3:59:52 PM