]> granicus.if.org Git - python/commitdiff
Closes #15228: remove reference to Unix "touch"; it is confusing since the path needs...
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 16:57:49 +0000 (18:57 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 16:57:49 +0000 (18:57 +0200)
Doc/library/os.rst

index 9d4642c2d5827175f2e2f8544a87038a8c442d6c..ad7f98fa5af155c4e6d3184056ccead5696480f3 100644 (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*.