SIGN IN SIGN UP

pathlib ABCs: follow all symlinks in `PathBase.glob()` (#116293)

Switch the default value of *follow_symlinks* from `None` to `True` in
`pathlib._abc.PathBase.glob()` and `rglob()`. This speeds up recursive
globbing.

No change to the public pathlib classes.
B
Barney Gale committed
1dce0073da2e48f3cd387f4d57b14d6813bb8a85
Parent: 3383d6a
Committed by GitHub <noreply@github.com> on 3/4/2024, 2:26:33 AM