SIGN IN SIGN UP

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()`.
B
Barney Gale committed
c4c7097e64b0c9cb0081de8872b90594865c892b
Parent: 094375b
Committed by GitHub <noreply@github.com> on 7/20/2024, 10:32:52 PM