Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f632494

Browse files
committed
Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change time
1 parent d2914ce commit f632494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/os.path.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ the :mod:`glob` module.)
150150
.. function:: getctime(path)
151151

152152
Return the system's ctime which, on some systems (like Unix) is the time of the
153-
last change, and, on others (like Windows), is the creation time for *path*.
153+
last metadata change, and, on others (like Windows), is the creation time for *path*.
154154
The return value is a number giving the number of seconds since the epoch (see
155155
the :mod:`time` module). Raise :exc:`OSError` if the file does not exist or
156156
is inaccessible.

0 commit comments

Comments
 (0)