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
110aa50c
Commit
110aa50c
authored
Nov 05, 2002
by
Neal Norwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor wording and 2 typos
parent
40b11b89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/lib/libbz2.tex
Doc/lib/libbz2.tex
+3
-3
No files found.
Doc/lib/libbz2.tex
View file @
110aa50c
...
...
@@ -23,7 +23,7 @@ Here is a resume of the features offered by the bz2 module:
\item
\class
{
BZ2File
}
class implements universal newline support;
\item
\class
{
BZ2File
}
class offers an optimized line iteration using
the readahead algorithm borrowed from file objects;
\item
\class
{
BZ2File
}
class
developed inheriting
builtin file type
\item
\class
{
BZ2File
}
class
inherits from the
builtin file type
(
\code
{
issubclass(BZ2File, file)
}
is
\code
{
True
}
);
\item
Sequential (de)compression supported by
\class
{
BZ2Compressor
}
and
\class
{
BZ2Decompressor
}
classes;
...
...
@@ -87,7 +87,7 @@ module.
\end{methoddesc}
\begin{methoddesc}
[BZ2File]
{
\_\_
iter
\_\_
}{}
Iterate trough the file lines. Iteration optimization is implemented
Iterate t
h
rough the file lines. Iteration optimization is implemented
using the same readahead algorithm available in
\class
{
file
}
objects.
\end{methoddesc}
...
...
@@ -161,7 +161,7 @@ found after the end of stream, it'll be ignored and saved in
\subsection
{
One-shot (de)compression
}
One-shot compression and decompression is provided trough the
One-shot compression and decompression is provided t
h
rough the
\function
{
compress()
}
and
\function
{
decompress()
}
functions.
\begin{funcdesc}
{
compress
}{
data
\optional
{
, compresslevel
}}
...
...
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