| commit | 76ad59b7e826691e0eb19f04cb647e07cdbde76a | [log] [tgz] |
|---|---|---|
| author | Larry Hastings <larry@hastings.org> | Thu May 03 00:30:07 2012 -0700 |
| committer | Larry Hastings <larry@hastings.org> | Thu May 03 00:30:07 2012 -0700 |
| tree | 3c775b67065ab0424b23367462d324648add4810 | |
| parent | 3a7f7977f1ad3e5afe79254eef5057c0288613db [diff] |
Issue #14127: Add ns= parameter to utime, futimes, and lutimes. 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!