mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
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.