mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Patches for Mac module docs by Jack
This commit is contained in:
parent
acc8754031
commit
7e42caba01
10 changed files with 374 additions and 22 deletions
|
@ -89,6 +89,11 @@ The constants for \var{where} and \var{which} can be obtained from the
|
|||
standard module \var{MACFS}.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{FindApplication}{creator}
|
||||
Locate the application with 4-char creator code \var{creator}. The
|
||||
function returns an FSSpec object pointing to the application.
|
||||
\end{funcdesc}
|
||||
|
||||
\subsection{FSSpec objects}
|
||||
|
||||
\renewcommand{\indexsubitem}{(FSSpec object attribute)}
|
||||
|
@ -134,6 +139,17 @@ Set the finder info for the file to the values specified in the
|
|||
\var{finfo} object.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{GetDates}{}
|
||||
Return a tuple with three floating point values representing the
|
||||
creation date, modification date and backup date of the file.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{SetDates}{crdate\, moddate\, backupdate}
|
||||
Set the creation, modification and backup date of the file. The values
|
||||
are in the standard floating point format used for times throughout
|
||||
Python.
|
||||
\end{funcdesc}
|
||||
|
||||
\subsection{alias objects}
|
||||
|
||||
\renewcommand{\indexsubitem}{(alias object attribute)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue