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
2e3769dd
Commit
2e3769dd
authored
Apr 07, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Caught a few more spurious \setindexsubitem macros....
parent
fb3f5498
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
2 additions
and
10 deletions
+2
-10
Doc/lib/libposix.tex
Doc/lib/libposix.tex
+0
-1
Doc/lib/libstring.tex
Doc/lib/libstring.tex
+0
-1
Doc/lib/libtypes.tex
Doc/lib/libtypes.tex
+1
-2
Doc/libmacfs.tex
Doc/libmacfs.tex
+0
-1
Doc/libposix.tex
Doc/libposix.tex
+0
-1
Doc/libstring.tex
Doc/libstring.tex
+0
-1
Doc/libtypes.tex
Doc/libtypes.tex
+1
-2
Doc/mac/libmacfs.tex
Doc/mac/libmacfs.tex
+0
-1
No files found.
Doc/lib/libposix.tex
View file @
2e3769dd
...
...
@@ -28,7 +28,6 @@ for type errors, while errors reported by the system calls raise
Module
\module
{
posix
}
defines the following data items:
\setindexsubitem
{
(data in module posix)
}
\begin{datadesc}
{
environ
}
A dictionary representing the string environment at the time
the interpreter was started.
...
...
Doc/lib/libstring.tex
View file @
2e3769dd
...
...
@@ -9,7 +9,6 @@ expressions.
The constants defined in this module are are:
\setindexsubitem
{
(data in module string)
}
\begin{datadesc}
{
digits
}
The string
\code
{
'0123456789'
}
.
\end{datadesc}
...
...
Doc/lib/libtypes.tex
View file @
2e3769dd
...
...
@@ -802,9 +802,8 @@ Write a list of strings to the file. There is no return value.
\method
{
writelines()
}
does not add line separators.)
\end{methoddesc}
File objects also offer the following attributes:
\setindexsubitem
{
(file attribute)
}
File objects also offer the following attributes:
\begin{memberdesc}
[file]
{
closed
}
Boolean indicating the current state of the file object. This is a
...
...
Doc/libmacfs.tex
View file @
2e3769dd
...
...
@@ -114,7 +114,6 @@ The raw data from the FSSpec object, suitable for passing
to other applications, for instance.
\end{memberdesc}
\setindexsubitem
{
(FSSpec object method)
}
\begin{methoddesc}
[FSSpec]
{
as
_
pathname
}{}
Return the full pathname of the file described by the
\pytype
{
FSSpec
}
object.
...
...
Doc/libposix.tex
View file @
2e3769dd
...
...
@@ -28,7 +28,6 @@ for type errors, while errors reported by the system calls raise
Module
\module
{
posix
}
defines the following data items:
\setindexsubitem
{
(data in module posix)
}
\begin{datadesc}
{
environ
}
A dictionary representing the string environment at the time
the interpreter was started.
...
...
Doc/libstring.tex
View file @
2e3769dd
...
...
@@ -9,7 +9,6 @@ expressions.
The constants defined in this module are are:
\setindexsubitem
{
(data in module string)
}
\begin{datadesc}
{
digits
}
The string
\code
{
'0123456789'
}
.
\end{datadesc}
...
...
Doc/libtypes.tex
View file @
2e3769dd
...
...
@@ -802,9 +802,8 @@ Write a list of strings to the file. There is no return value.
\method
{
writelines()
}
does not add line separators.)
\end{methoddesc}
File objects also offer the following attributes:
\setindexsubitem
{
(file attribute)
}
File objects also offer the following attributes:
\begin{memberdesc}
[file]
{
closed
}
Boolean indicating the current state of the file object. This is a
...
...
Doc/mac/libmacfs.tex
View file @
2e3769dd
...
...
@@ -114,7 +114,6 @@ The raw data from the FSSpec object, suitable for passing
to other applications, for instance.
\end{memberdesc}
\setindexsubitem
{
(FSSpec object method)
}
\begin{methoddesc}
[FSSpec]
{
as
_
pathname
}{}
Return the full pathname of the file described by the
\pytype
{
FSSpec
}
object.
...
...
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