commit | 3cef856dd9db9e998d4fa3395b466f2ed42f7fc9 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Mon May 01 16:17:24 2000 +0000 |
committer | Barry Warsaw <barry@python.org> | Mon May 01 16:17:24 2000 +0000 |
tree | cba358758c855240a2e9f0505eb4d7c861722efe | |
parent | 6650320349185a9e2f06fba56a3bd3142fb6f8d5 [diff] |
posix_utime(): Allow the second argument to be None, which invokes the utime(path, NULL) call, setting the atime and mtime of the file to the current time. The previous signature utime(path, (atime, mtime)) is of course still allowed.