Commit e7516191 authored by Georg Brandl's avatar Georg Brandl

Closes #15228: remove reference to Unix "touch"; it is confusing since the...

Closes #15228: remove reference to Unix "touch"; it is confusing since the path needs to exist for os.utime() to succeed
parent bee17ffb
...@@ -2104,8 +2104,6 @@ features: ...@@ -2104,8 +2104,6 @@ features:
- If *times* and *ns* are both ``None``, - If *times* and *ns* are both ``None``,
this is equivalent to specifying ``ns=(atime_ns, mtime_ns)`` this is equivalent to specifying ``ns=(atime_ns, mtime_ns)``
where both times are the current time. 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*. It is an error to specify tuples for both *times* and *ns*.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment