From: Georg Brandl Date: Sun, 6 Oct 2013 16:57:49 +0000 (+0200) Subject: Closes #15228: remove reference to Unix "touch"; it is confusing since the path needs... X-Git-Tag: v3.4.0a4~227^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ad5bf662db7d209e661663db13b41670fafb376;p=thirdparty%2FPython%2Fcpython.git Closes #15228: remove reference to Unix "touch"; it is confusing since the path needs to exist for os.utime() to succeed --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 9d4642c2d582..ad7f98fa5af1 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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*.