From 014f103705afef0c1c6d7dc740e6a4f21b2da794 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 29 Jul 2004 03:55:56 +0000 Subject: SF bug #999776, zlib home page wrong Backport candidate. --- Lib/test/test_gzip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_gzip.py') diff --git a/Lib/test/test_gzip.py b/Lib/test/test_gzip.py index 81a4865b217..41abc5a33e5 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 */ """ -- cgit v1.2.3