cpython/Lib/test/test_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
test_pathlib.py gh-71052: Add test exclusions to support running the test suite on Android (#115918) 2024-02-29 22:32:50 +01:00
test_pathlib_abc.py pathlib ABCs: follow all symlinks in `PathBase.glob()` (#116293) 2024-03-04 02:26:33 +00:00