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
6d8c97d4
Commit
6d8c97d4
authored
Apr 04, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change \sectcode to logical markup.
parent
65278094
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
Doc/ext.tex
Doc/ext.tex
+3
-3
Doc/ext/ext.tex
Doc/ext/ext.tex
+3
-3
Doc/tut.tex
Doc/tut.tex
+3
-3
Doc/tut/tut.tex
Doc/tut/tut.tex
+3
-3
No files found.
Doc/ext.tex
View file @
6d8c97d4
...
@@ -557,7 +557,7 @@ code is not complete: \cfunction{Py_BuildValue()} may run out of
...
@@ -557,7 +557,7 @@ code is not complete: \cfunction{Py_BuildValue()} may run out of
memory, and this should be checked.
memory, and this should be checked.
\section
{
Format Strings for
\
sectcode
{
PyArg
_
ParseTuple()
}}
\section
{
Format Strings for
\
cfunction
{
PyArg
_
ParseTuple()
}}
\label
{
parseTuple
}
\label
{
parseTuple
}
The
\cfunction
{
PyArg
_
ParseTuple()
}
function is declared as follows:
The
\cfunction
{
PyArg
_
ParseTuple()
}
function is declared as follows:
...
@@ -763,7 +763,7 @@ Some example calls:
...
@@ -763,7 +763,7 @@ Some example calls:
\end{verbatim}
\end{verbatim}
\section
{
Keyword Parsing with
\
sectcode
{
PyArg
_
ParseTupleAndKeywords()
}}
\section
{
Keyword Parsing with
\
cfunction
{
PyArg
_
ParseTupleAndKeywords()
}}
\label
{
parseTupleAndKeywords
}
\label
{
parseTupleAndKeywords
}
The
\cfunction
{
PyArg
_
ParseTupleAndKeywords()
}
function is declared as
The
\cfunction
{
PyArg
_
ParseTupleAndKeywords()
}
function is declared as
...
@@ -833,7 +833,7 @@ initkeywdarg()
...
@@ -833,7 +833,7 @@ initkeywdarg()
\end{verbatim}
\end{verbatim}
\section
{
The
\
sectcode
{
Py
_
BuildValue()
}
Function
}
\section
{
The
\
cfunction
{
Py
_
BuildValue()
}
Function
}
\label
{
buildValue
}
\label
{
buildValue
}
This function is the counterpart to
\cfunction
{
PyArg
_
ParseTuple()
}
. It is
This function is the counterpart to
\cfunction
{
PyArg
_
ParseTuple()
}
. It is
...
...
Doc/ext/ext.tex
View file @
6d8c97d4
...
@@ -557,7 +557,7 @@ code is not complete: \cfunction{Py_BuildValue()} may run out of
...
@@ -557,7 +557,7 @@ code is not complete: \cfunction{Py_BuildValue()} may run out of
memory, and this should be checked.
memory, and this should be checked.
\section
{
Format Strings for
\
sectcode
{
PyArg
_
ParseTuple()
}}
\section
{
Format Strings for
\
cfunction
{
PyArg
_
ParseTuple()
}}
\label
{
parseTuple
}
\label
{
parseTuple
}
The
\cfunction
{
PyArg
_
ParseTuple()
}
function is declared as follows:
The
\cfunction
{
PyArg
_
ParseTuple()
}
function is declared as follows:
...
@@ -763,7 +763,7 @@ Some example calls:
...
@@ -763,7 +763,7 @@ Some example calls:
\end{verbatim}
\end{verbatim}
\section
{
Keyword Parsing with
\
sectcode
{
PyArg
_
ParseTupleAndKeywords()
}}
\section
{
Keyword Parsing with
\
cfunction
{
PyArg
_
ParseTupleAndKeywords()
}}
\label
{
parseTupleAndKeywords
}
\label
{
parseTupleAndKeywords
}
The
\cfunction
{
PyArg
_
ParseTupleAndKeywords()
}
function is declared as
The
\cfunction
{
PyArg
_
ParseTupleAndKeywords()
}
function is declared as
...
@@ -833,7 +833,7 @@ initkeywdarg()
...
@@ -833,7 +833,7 @@ initkeywdarg()
\end{verbatim}
\end{verbatim}
\section
{
The
\
sectcode
{
Py
_
BuildValue()
}
Function
}
\section
{
The
\
cfunction
{
Py
_
BuildValue()
}
Function
}
\label
{
buildValue
}
\label
{
buildValue
}
This function is the counterpart to
\cfunction
{
PyArg
_
ParseTuple()
}
. It is
This function is the counterpart to
\cfunction
{
PyArg
_
ParseTuple()
}
. It is
...
...
Doc/tut.tex
View file @
6d8c97d4
...
@@ -923,7 +923,7 @@ makes this particularly convenient:
...
@@ -923,7 +923,7 @@ makes this particularly convenient:
['defenestrate', 'cat', 'window', 'defenestrate']
['defenestrate', 'cat', 'window', 'defenestrate']
\end{verbatim}
\end{verbatim}
\section
{
The
\
sectcode
{
range()
}
Function
}
\section
{
The
\
function
{
range()
}
Function
}
\label
{
range
}
\label
{
range
}
If you do need to iterate over a sequence of numbers, the built-in
If you do need to iterate over a sequence of numbers, the built-in
...
@@ -1470,7 +1470,7 @@ item, then to the result and the next item, and so on. For example,
...
@@ -1470,7 +1470,7 @@ item, then to the result and the next item, and so on. For example,
0
0
\end{verbatim}
\end{verbatim}
\section
{
The
\
sectcode
{
del
}
statement
}
\section
{
The
\
keyword
{
del
}
statement
}
\label
{
del
}
\label
{
del
}
There is a way to remove an item from a list given its index instead
There is a way to remove an item from a list given its index instead
...
@@ -1935,7 +1935,7 @@ is not set. You can modify it using standard list operations, e.g.:
...
@@ -1935,7 +1935,7 @@ is not set. You can modify it using standard list operations, e.g.:
>>> sys.path.append('/ufs/guido/lib/python')
>>> sys.path.append('/ufs/guido/lib/python')
\end{verbatim}
\end{verbatim}
\section
{
The
\
sectcode
{
dir()
}
Function
}
\section
{
The
\
function
{
dir()
}
Function
}
\label
{
dir
}
\label
{
dir
}
The built-in function
\function
{
dir()
}
is used to find out which names
The built-in function
\function
{
dir()
}
is used to find out which names
...
...
Doc/tut/tut.tex
View file @
6d8c97d4
...
@@ -923,7 +923,7 @@ makes this particularly convenient:
...
@@ -923,7 +923,7 @@ makes this particularly convenient:
['defenestrate', 'cat', 'window', 'defenestrate']
['defenestrate', 'cat', 'window', 'defenestrate']
\end{verbatim}
\end{verbatim}
\section
{
The
\
sectcode
{
range()
}
Function
}
\section
{
The
\
function
{
range()
}
Function
}
\label
{
range
}
\label
{
range
}
If you do need to iterate over a sequence of numbers, the built-in
If you do need to iterate over a sequence of numbers, the built-in
...
@@ -1470,7 +1470,7 @@ item, then to the result and the next item, and so on. For example,
...
@@ -1470,7 +1470,7 @@ item, then to the result and the next item, and so on. For example,
0
0
\end{verbatim}
\end{verbatim}
\section
{
The
\
sectcode
{
del
}
statement
}
\section
{
The
\
keyword
{
del
}
statement
}
\label
{
del
}
\label
{
del
}
There is a way to remove an item from a list given its index instead
There is a way to remove an item from a list given its index instead
...
@@ -1935,7 +1935,7 @@ is not set. You can modify it using standard list operations, e.g.:
...
@@ -1935,7 +1935,7 @@ is not set. You can modify it using standard list operations, e.g.:
>>> sys.path.append('/ufs/guido/lib/python')
>>> sys.path.append('/ufs/guido/lib/python')
\end{verbatim}
\end{verbatim}
\section
{
The
\
sectcode
{
dir()
}
Function
}
\section
{
The
\
function
{
dir()
}
Function
}
\label
{
dir
}
\label
{
dir
}
The built-in function
\function
{
dir()
}
is used to find out which names
The built-in function
\function
{
dir()
}
is used to find out which names
...
...
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