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
a19bb9bb
Commit
a19bb9bb
authored
Feb 13, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Capitalize first word in sentences, use periods at end.
parent
86b5dcec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Doc/lib/libposixfile.tex
Doc/lib/libposixfile.tex
+3
-3
Doc/libposixfile.tex
Doc/libposixfile.tex
+3
-3
No files found.
Doc/lib/libposixfile.tex
View file @
a19bb9bb
...
...
@@ -23,15 +23,15 @@ The posixfile module defines the following constants:
\setindexsubitem
{
(in module posixfile)
}
\begin{datadesc}
{
SEEK
_
SET
}
offset is calculated from the start of the file
Offset is calculated from the start of the file.
\end{datadesc}
\begin{datadesc}
{
SEEK
_
CUR
}
offset is calculated from the current position in the file
Offset is calculated from the current position in the file.
\end{datadesc}
\begin{datadesc}
{
SEEK
_
END
}
offset is calculated from the end of the file
Offset is calculated from the end of the file.
\end{datadesc}
The posixfile module defines the following functions:
...
...
Doc/libposixfile.tex
View file @
a19bb9bb
...
...
@@ -23,15 +23,15 @@ The posixfile module defines the following constants:
\setindexsubitem
{
(in module posixfile)
}
\begin{datadesc}
{
SEEK
_
SET
}
offset is calculated from the start of the file
Offset is calculated from the start of the file.
\end{datadesc}
\begin{datadesc}
{
SEEK
_
CUR
}
offset is calculated from the current position in the file
Offset is calculated from the current position in the file.
\end{datadesc}
\begin{datadesc}
{
SEEK
_
END
}
offset is calculated from the end of the file
Offset is calculated from the end of the file.
\end{datadesc}
The posixfile module defines the following functions:
...
...
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