cpython/Lib/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 GH-127807: pathlib ABCs: remove PathBase._unsupported_msg() (#127855) 2024-12-12 17:39:24 +00:00
_abc.py GH-125413: pathlib ABCs: use caching path.info.exists() when globbing (#130422) 2025-02-24 19:07:54 +00:00
_local.py GH-128520: More consistent type-checking behaviour in pathlib (#130199) 2025-02-21 17:47:45 +00:00
_os.py GH-125413: Add private metadata methods to pathlib.Path.info (#129897) 2025-02-17 19:15:25 +00:00
types.py GH-125413: Add pathlib.Path.info attribute (#127730) 2025-02-08 01:16:45 +00:00