cpython/Lib/pathlib
Barney Gale c4c7097e64
GH-73991: Support preserving metadata in `pathlib.Path.copytree()` (#121438)
Add *preserve_metadata* keyword-only argument to `pathlib.Path.copytree()`,
defaulting to false. When set to true, we copy timestamps, permissions,
extended attributes and flags where available, like `shutil.copystat()`.
2024-07-20 23:32:52 +01:00
..
__init__.py GH-73991: Support copying directory symlinks on older Windows (#120807) 2024-07-03 04:30:29 +01:00
_abc.py GH-73991: Support preserving metadata in `pathlib.Path.copytree()` (#121438) 2024-07-20 23:32:52 +01:00
_local.py GH-73991: Add `pathlib.Path.rmtree()` (#119060) 2024-07-20 20:14:13 +00:00
_os.py GH-73991: Support preserving metadata in `pathlib.Path.copy()` (#120806) 2024-07-06 17:18:39 +01:00