cpython/Lib/pathlib
Barney Gale 1dce0073da
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.
2024-03-04 02:26:33 +00:00
..
__init__.py GH-115060: Speed up `pathlib.Path.glob()` by removing redundant regex matching (#115061) 2024-02-10 18:12:34 +00:00
_abc.py pathlib ABCs: follow all symlinks in `PathBase.glob()` (#116293) 2024-03-04 02:26:33 +00:00