diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2004-07-29 03:55:56 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2004-07-29 03:55:56 (GMT) |
commit | 014f103705afef0c1c6d7dc740e6a4f21b2da794 (patch) | |
tree | 9d8d0cd62f728d8b333ae3302010204ff0e79a57 /Lib/test/test_gzip.py | |
parent | f9f0b21653721c0c2a62a2c125fa343784435bf6 (diff) | |
download | cpython-014f103705afef0c1c6d7dc740e6a4f21b2da794.zip cpython-014f103705afef0c1c6d7dc740e6a4f21b2da794.tar.gz cpython-014f103705afef0c1c6d7dc740e6a4f21b2da794.tar.bz2 |
SF bug #999776, zlib home page wrong
Backport candidate.
Diffstat (limited to 'Lib/test/test_gzip.py')
-rw-r--r-- | Lib/test/test_gzip.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_gzip.py b/Lib/test/test_gzip.py index 81a4865..41abc5a 100644 --- a/Lib/test/test_gzip.py +++ b/Lib/test/test_gzip.py @@ -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 */ """ |