]> granicus.if.org Git - python/commitdiff
SF bug #827902: ctime is not creation time
authorRaymond Hettinger <python@rcn.com>
Mon, 27 Oct 2003 20:00:36 +0000 (20:00 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 27 Oct 2003 20:00:36 +0000 (20:00 +0000)
Document the correct definition of os.path.getctime()

Doc/lib/libposixpath.tex

index 7052714d1542f2a3a8670a3286a9e0a96a482cd0..b3973e37ba4bc2e2f866772d9670f52607df8e41 100644 (file)
@@ -84,7 +84,8 @@ not exist or is inaccessible.
 \end{funcdesc}
 
 \begin{funcdesc}{getctime}{path}
-Return the time of creation of \var{path}.  The return
+Return the time of most recent content modification or metadata change
+for \var{path}.  The return
 value is a number giving the number of seconds since the epoch (see the 
 \refmodule{time} module).  Raise \exception{os.error} if the file does
 not exist or is inaccessible.