mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
1dce0073da
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.