commit | 93a8eacde559ef3fd910f80f59208054ff99dab9 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Mon May 01 16:18:22 2000 +0000 |
committer | Barry Warsaw <barry@python.org> | Mon May 01 16:18:22 2000 +0000 |
tree | 75d9d6ee62dca7e3c8c06d94fa04db720b39c661 | |
parent | d58c26fec6a8e3e33b8337c5e002c28f6f26e42d [diff] |
Document the new additional signature for utime(). In addition to the previous functionality utime(path, (atime, mtime)), now allowed is utime(path, None) which sets the file's times to the current time.