]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
authorLarry Hastings <larry@hastings.org>
Thu, 3 May 2012 07:30:07 +0000 (00:30 -0700)
committerLarry Hastings <larry@hastings.org>
Thu, 3 May 2012 07:30:07 +0000 (00:30 -0700)
commit76ad59b7e826691e0eb19f04cb647e07cdbde76a
tree3c775b67065ab0424b23367462d324648add4810
parent3a7f7977f1ad3e5afe79254eef5057c0288613db
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!
Doc/library/os.rst
Include/pytime.h
Lib/shutil.py
Lib/test/test_os.py
Modules/posixmodule.c
Python/pytime.c