mirror of
https://github.com/python/cpython.git
synced 2026-07-26 20:03:16 -04:00
76ad59b7e8
Removed futimens as it is now redundant. Changed shutil.copystat to use st_atime_ns and st_mtime_ns from os.stat and ns= parameter to utime--it once again preserves exact metadata on Linux!