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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=821a5e42bfce20b028516ca2513827e9737a6b93;p=thirdparty%2FPython%2Fcpython.git 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 93bb99ffc014..5569de6282c5 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