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
5f342ac2
Commit
5f342ac2
authored
Apr 29, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always use "section" when referring to sections of a document, not "Section".
parent
a4a90dde
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Doc/ext/ext.tex
Doc/ext/ext.tex
+3
-3
Doc/lib/libfm.tex
Doc/lib/libfm.tex
+1
-1
Doc/lib/libstdtypes.tex
Doc/lib/libstdtypes.tex
+1
-1
No files found.
Doc/ext/ext.tex
View file @
5f342ac2
...
...
@@ -493,16 +493,16 @@ my_set_callback(dummy, arg)
\end{verbatim}
This function must be registered with the interpreter using the
\constant
{
METH
_
VARARGS
}
flag; this is described in
S
ection
\constant
{
METH
_
VARARGS
}
flag; this is described in
s
ection
\ref
{
methodTable
}
, ``The Module's Method Table and Initialization
Function.'' The
\cfunction
{
PyArg
_
ParseTuple()
}
function and its
arguments are documented in
S
ection
\ref
{
parseTuple
}
, ``Format Strings
arguments are documented in
s
ection
\ref
{
parseTuple
}
, ``Format Strings
for
\cfunction
{
PyArg
_
ParseTuple()
}
.''
The macros
\cfunction
{
Py
_
XINCREF()
}
and
\cfunction
{
Py
_
XDECREF()
}
increment/decrement the reference count of an object and are safe in
the presence of
\NULL
{}
pointers (but note that
\var
{
temp
}
will not be
\NULL
{}
in this context). More info on them in
S
ection
\NULL
{}
in this context). More info on them in
s
ection
\ref
{
refcounts
}
, ``Reference Counts.''
Later, when it is time to call the function, you call the C function
...
...
Doc/lib/libfm.tex
View file @
5f342ac2
...
...
@@ -10,7 +10,7 @@ This module provides access to the IRIS \emph{Font Manager} library.
\index
{
Font Manager, IRIS
}
\index
{
IRIS Font Manager
}
It is available only on Silicon Graphics machines.
See also:
\emph
{
4Sight User's Guide
}
,
Section 1, C
hapter 5: ``Using
See also:
\emph
{
4Sight User's Guide
}
,
section 1, c
hapter 5: ``Using
the IRIS Font Manager.''
This is not yet a full interface to the IRIS Font Manager.
...
...
Doc/lib/libstdtypes.tex
View file @
5f342ac2
...
...
@@ -714,7 +714,7 @@ It is written as \code{Ellipsis}.
File objects are implemented using
\C
{}
's
\code
{
stdio
}
package and can be created with the built-in function
\function
{
open()
}
\bifuncindex
{
open
}
described
S
ection
\function
{
open()
}
\bifuncindex
{
open
}
described
s
ection
\ref
{
built-in-funcs
}
, ``Built-in Functions.'' They are also returned
by some other built-in functions and methods, e.g.,
\function
{
posix.popen()
}
and
\function
{
posix.fdopen()
}
and the
...
...
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