Closes #15228: remove reference to Unix "touch"; it is confusing since the path needs to exist for os.utime() to succeed

This commit is contained in:
Georg Brandl 2013-10-06 18:57:49 +02:00
parent fc9a113418
commit 9ad5bf662d
1 changed files with 0 additions and 2 deletions

View File

@ -2104,8 +2104,6 @@ features:
- If *times* and *ns* are both ``None``,
this is equivalent to specifying ``ns=(atime_ns, mtime_ns)``
where both times are the current time.
(The effect is similar to running the Unix program
:program:`touch` on *path*.)
It is an error to specify tuples for both *times* and *ns*.