mirror of
https://github.com/python/cpython.git
synced 2026-01-29 14:15:31 +00:00
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()`.