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
_abc.py GH-73991: Support preserving metadata in `pathlib.Path.copytree()` (#121438) 2024-07-20 23:32:52 +01:00
_local.py
_os.py