summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-06 16:57:49 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-06 16:57:49 (GMT)
commit9ad5bf662db7d209e661663db13b41670fafb376 (patch)
treea3a60055d432c9d42fc0320eabb075f4465454d5
parentfc9a113418f9f6e2525d8a94bf983c29f5f34d7c (diff)
downloadcpython-9ad5bf662db7d209e661663db13b41670fafb376.zip
cpython-9ad5bf662db7d209e661663db13b41670fafb376.tar.gz
cpython-9ad5bf662db7d209e661663db13b41670fafb376.tar.bz2
Closes #15228: remove reference to Unix "touch"; it is confusing since the path needs to exist for os.utime() to succeed
-rw-r--r--Doc/library/os.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 9d4642c..ad7f98f 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*.