cpython/Lib/pathlib
Barney Gale 78e09a488d
GH-125413: Fix stale metadata from `pathlib.Path.copy()` and `move()` (#130424)
In `pathlib.Path.copy()` and `move()`, return a fresh `Path` object with an
unpopulated `info` attribute, rather than a `Path` object with information
recorded *prior* to the path's creation.
2025-02-24 19:10:50 +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: Fix stale metadata from `pathlib.Path.copy()` and `move()` (#130424) 2025-02-24 19:10:50 +00:00
_local.py GH-125413: Fix stale metadata from `pathlib.Path.copy()` and `move()` (#130424) 2025-02-24 19:10:50 +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