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
ab2f9f76
Commit
ab2f9f76
authored
Sep 16, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update link to the zlib homepage.
parent
f2910744
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/lib/libzlib.tex
Doc/lib/libzlib.tex
+4
-4
No files found.
Doc/lib/libzlib.tex
View file @
ab2f9f76
...
@@ -9,10 +9,10 @@
...
@@ -9,10 +9,10 @@
For applications that require data compression, the functions in this
For applications that require data compression, the functions in this
module allow compression and decompression, using the zlib library.
module allow compression and decompression, using the zlib library.
The zlib library has its own home page at
The zlib library has its own home page at
\url
{
http://www.cdrom.com/pub/infozip/zlib/
}
. Version 1.1.3 is the
\url
{
ftp://ftp.freesoftware.com/pub/infozip/zlib/zlib.html
}
. Version
most recent version as of April 1999; use a later version if one
1.1.3 is the most recent version as of September 2000; use a later
is available. There are known incompatibilities between the Python
version if one is available. There are known incompatibilities
module and earlier versions of the zlib library.
between the Python
module and earlier versions of the zlib library.
The available exception and functions in this module are:
The available exception and functions in this module are:
...
...
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