From: Guido van Rossum Date: Fri, 8 May 1998 14:56:29 +0000 (+0000) Subject: Added URLs for zlib's home page and the Windows DLL's home page . X-Git-Tag: v1.5.2a1~697 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=821a5e42bfce20b028516ca2513827e9737a6b93;p=python Added URLs for zlib's home page and the Windows DLL's home page . --- diff --git a/Modules/zlibmodule.c b/Modules/zlibmodule.c index 93bb99ffc0..5569de6282 100644 --- a/Modules/zlibmodule.c +++ b/Modules/zlibmodule.c @@ -1,4 +1,6 @@ /* zlibmodule.c -- gzip-compatible data compression */ +/* See http://www.cdrom.com/pub/infozip/zlib/ */ +/* See http://www.winimage.com/zLibDll for Windows */ #include "Python.h" #ifdef MS_WIN32