mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Use the name (path) specified in the parameter list
This commit is contained in:
parent
b96152c42e
commit
f3edea5b90
1 changed files with 4 additions and 4 deletions
|
|
@ -66,7 +66,7 @@ unchanged.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{getatime}{path}
|
\begin{funcdesc}{getatime}{path}
|
||||||
Return the time of last access of \var{filename}. The return
|
Return the time of last access of \var{path}. The return
|
||||||
value is a number giving the number of seconds since the epoch (see the
|
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
|
\refmodule{time} module). Raise \exception{os.error} if the file does
|
||||||
not exist or is inaccessible.
|
not exist or is inaccessible.
|
||||||
|
|
@ -75,7 +75,7 @@ not exist or is inaccessible.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{getmtime}{path}
|
\begin{funcdesc}{getmtime}{path}
|
||||||
Return the time of last modification of \var{filename}. The return
|
Return the time of last modification of \var{path}. The return
|
||||||
value is a number giving the number of seconds since the epoch (see the
|
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
|
\refmodule{time} module). Raise \exception{os.error} if the file does
|
||||||
not exist or is inaccessible.
|
not exist or is inaccessible.
|
||||||
|
|
@ -84,7 +84,7 @@ not exist or is inaccessible.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{getctime}{path}
|
\begin{funcdesc}{getctime}{path}
|
||||||
Return the time of creation of \var{filename}. The return
|
Return the time of creation of \var{path}. The return
|
||||||
value is a number giving the number of seconds since the epoch (see the
|
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
|
\refmodule{time} module). Raise \exception{os.error} if the file does
|
||||||
not exist or is inaccessible.
|
not exist or is inaccessible.
|
||||||
|
|
@ -92,7 +92,7 @@ not exist or is inaccessible.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{getsize}{path}
|
\begin{funcdesc}{getsize}{path}
|
||||||
Return the size, in bytes, of \var{filename}. Raise
|
Return the size, in bytes, of \var{path}. Raise
|
||||||
\exception{os.error} if the file does not exist or is inaccessible.
|
\exception{os.error} if the file does not exist or is inaccessible.
|
||||||
\versionadded{1.5.2}
|
\versionadded{1.5.2}
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue