Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e1816849
Commit
e1816849
authored
Aug 03, 2001
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor markup nits and slight style-guide conformance changes.
parent
1f00bf43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
Doc/mac/libmacos.tex
Doc/mac/libmacos.tex
+9
-8
No files found.
Doc/mac/libmacos.tex
View file @
e1816849
\section
{
\module
{
MacOS
}
---
\section
{
\module
{
MacOS
}
---
Access to MacOS interpreter features
}
Access to Mac
OS interpreter features
}
\declaremodule
{
builtin
}{
MacOS
}
\declaremodule
{
builtin
}{
MacOS
}
\platform
{
Mac
}
\platform
{
Mac
}
\modulesynopsis
{
Access to Mac
OS
specific interpreter features.
}
\modulesynopsis
{
Access to Mac
OS-
specific interpreter features.
}
This module provides access to MacOS specific functionality in the
This module provides access to MacOS specific functionality in the
Python interpreter, such as how the interpreter eventloop functions
Python interpreter, such as how the interpreter eventloop functions
and the like. Use with care.
and the like. Use with care.
Note the capitali
sation of the module name,
this is a historical
Note the capitali
zation of the module name;
this is a historical
artifact.
artifact.
\begin{datadesc}
{
runtimemodel
}
\begin{datadesc}
{
runtimemodel
}
Either
\code
{
"ppc"
}
,
\code
{
"carbon"
}
or
\code
{
"macho"
}
. This signifie
s
Either
\code
{
'ppc'
}
,
\code
{
'carbon'
}
or
\code
{
'macho'
}
. Thi
s
whether this Python uses the classic (InterfaceLib style) runtime
signifies whether this Python uses the classic (InterfaceLib style)
model, the MacOS X compatible CarbonLib style or the MacOS X-only
runtime model, the Mac OS X compatible CarbonLib style or the Mac OS
Mach-O style.
X-only
Mach-O style.
\end{datadesc}
\end{datadesc}
\begin{excdesc}
{
Error
}
\begin{excdesc}
{
Error
}
...
@@ -25,7 +26,7 @@ functions in this module or from other mac-specific modules like the
...
@@ -25,7 +26,7 @@ functions in this module or from other mac-specific modules like the
toolbox interfaces. The arguments are the integer error code (the
toolbox interfaces. The arguments are the integer error code (the
\cdata
{
OSErr
}
value) and a textual description of the error code.
\cdata
{
OSErr
}
value) and a textual description of the error code.
Symbolic names for all known error codes are defined in the standard
Symbolic names for all known error codes are defined in the standard
module
\
module
{
macerrors
}
\refstmodindex
{
macerrors
}
.
module
\
refmodule
{
macerrors
}
.
\refstmodindex
{
macerrors
}
\end{excdesc}
\end{excdesc}
\begin{funcdesc}
{
SetEventHandler
}{
handler
}
\begin{funcdesc}
{
SetEventHandler
}{
handler
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment