mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
SF bug #827902: ctime is not creation time
Document the correct definition of os.path.getctime()
This commit is contained in:
parent
0f10343410
commit
8476c4df92
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue