cpython/Lib/test/test_pathlib
Barney Gale 48c84a400a
GH-125413: pathlib ABCs: use caching path.info.exists() when globbing (#130422)
Call `ReadablePath.info.exists()` rather than `ReadablePath.exists()` when
globbing so that we use (or populate) the `info` cache.
2025-02-24 19:07:54 +00:00
..
__init__.py
test_pathlib.py GH-127381: pathlib ABCs: remove ReadablePath.rglob() (#130207) 2025-02-17 19:15:59 +00:00
test_pathlib_abc.py GH-125413: pathlib ABCs: use caching path.info.exists() when globbing (#130422) 2025-02-24 19:07:54 +00:00