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
014f1037
Commit
014f1037
authored
Jul 29, 2004
by
Neal Norwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SF bug #999776, zlib home page wrong
Backport candidate.
parent
f9f0b216
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Lib/test/test_gzip.py
Lib/test/test_gzip.py
+1
-1
Misc/BeOS-setup.py
Misc/BeOS-setup.py
+1
-1
Modules/Setup.dist
Modules/Setup.dist
+1
-1
No files found.
Lib/test/test_gzip.py
View file @
014f1037
...
...
@@ -12,7 +12,7 @@ data1 = """ int length=DEFAULTALLOC, err = Z_OK;
"""
data2
=
"""/* zlibmodule.c -- gzip-compatible data compression */
/* See http://www.
cdrom.com/pub/infozip/zlib/ *
/
/* See http://www.
gzip.org/zlib
/
/* See http://www.winimage.com/zLibDll for Windows */
"""
...
...
Misc/BeOS-setup.py
View file @
014f1037
...
...
@@ -443,7 +443,7 @@ class PyBuildExt(build_ext):
# Andrew Kuchling's zlib module.
# This require zlib 1.1.3 (or later).
# See http://www.
cdrom.com/pub/infozip
/zlib/
# See http://www.
gzip.org
/zlib/
if
(
self
.
compiler
.
find_library_file
(
lib_dirs
,
'z'
)):
exts
.
append
(
Extension
(
'zlib'
,
[
'zlibmodule.c'
],
libraries
=
[
'z'
])
)
...
...
Modules/Setup.dist
View file @
014f1037
...
...
@@ -462,7 +462,7 @@ GLHACK=-Dclear=__GLclear
# Andrew Kuchling's zlib module.
# This require zlib 1.1.3 (or later).
# See http://www.
cdrom.com/pub/infozip
/zlib/
# See http://www.
gzip.org
/zlib/
#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
# Interface to the Expat XML parser
...
...
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