[Python-checkins] cpython (3.3): Closes #15228: remove reference to Unix "touch"; it is confusing since the path

georg.brandl python-checkins at python.org
Sun Oct 6 18:57:22 CEST 2013


http://hg.python.org/cpython/rev/62321359c35b
changeset:   86112:62321359c35b
branch:      3.3
parent:      86109:b930b4e67c8a
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 06 18:57:49 2013 +0200
summary:
  Closes #15228: remove reference to Unix "touch"; it is confusing since the path needs to exist for os.utime() to succeed

files:
  Doc/library/os.rst |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -2104,8 +2104,6 @@
    - 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*.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list