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
8b96a23b
Commit
8b96a23b
authored
Apr 04, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete \setindexsubitem macro.
parent
5198e7c7
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
6 deletions
+0
-6
Doc/lib/libre.tex
Doc/lib/libre.tex
+0
-1
Doc/lib/libsignal.tex
Doc/lib/libsignal.tex
+0
-1
Doc/lib/libsys.tex
Doc/lib/libsys.tex
+0
-1
Doc/libre.tex
Doc/libre.tex
+0
-1
Doc/libsignal.tex
Doc/libsignal.tex
+0
-1
Doc/libsys.tex
Doc/libsys.tex
+0
-1
No files found.
Doc/lib/libre.tex
View file @
8b96a23b
...
...
@@ -268,7 +268,6 @@ for the current locale.
The module defines the following functions and constants, and an exception:
\setindexsubitem
{
(in module re)
}
\begin{funcdesc}
{
compile
}{
pattern
\optional
{
, flags
}}
Compile a regular expression pattern into a regular expression
...
...
Doc/lib/libsignal.tex
View file @
8b96a23b
...
...
@@ -62,7 +62,6 @@ communication. Use locks instead.
The variables defined in the
\module
{
signal
}
module are:
\setindexsubitem
{
(in module signal)
}
\begin{datadesc}
{
SIG
_
DFL
}
This is one of two standard signal handling options; it will simply
perform the default function for the signal. For example, on most
...
...
Doc/lib/libsys.tex
View file @
8b96a23b
...
...
@@ -6,7 +6,6 @@ This module provides access to some variables used or maintained by the
interpreter and to functions that interact strongly with the interpreter.
It is always available.
\setindexsubitem
{
(in module sys)
}
\begin{datadesc}
{
argv
}
The list of command line arguments passed to a Python script.
...
...
Doc/libre.tex
View file @
8b96a23b
...
...
@@ -268,7 +268,6 @@ for the current locale.
The module defines the following functions and constants, and an exception:
\setindexsubitem
{
(in module re)
}
\begin{funcdesc}
{
compile
}{
pattern
\optional
{
, flags
}}
Compile a regular expression pattern into a regular expression
...
...
Doc/libsignal.tex
View file @
8b96a23b
...
...
@@ -62,7 +62,6 @@ communication. Use locks instead.
The variables defined in the
\module
{
signal
}
module are:
\setindexsubitem
{
(in module signal)
}
\begin{datadesc}
{
SIG
_
DFL
}
This is one of two standard signal handling options; it will simply
perform the default function for the signal. For example, on most
...
...
Doc/libsys.tex
View file @
8b96a23b
...
...
@@ -6,7 +6,6 @@ This module provides access to some variables used or maintained by the
interpreter and to functions that interact strongly with the interpreter.
It is always available.
\setindexsubitem
{
(in module sys)
}
\begin{datadesc}
{
argv
}
The list of command line arguments passed to a Python script.
...
...
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