diff options
author | Guido van Rossum <guido@python.org> | 1998-05-08 14:56:29 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-05-08 14:56:29 (GMT) |
commit | 821a5e42bfce20b028516ca2513827e9737a6b93 (patch) | |
tree | 3157c1dc89d1f2052faa05f0723094f408b91df2 /Modules/zlibmodule.c | |
parent | 7b0c9d8a07646de3aeda7df0d40c3e216dbce798 (diff) | |
download | cpython-821a5e42bfce20b028516ca2513827e9737a6b93.zip cpython-821a5e42bfce20b028516ca2513827e9737a6b93.tar.gz cpython-821a5e42bfce20b028516ca2513827e9737a6b93.tar.bz2 |
Added URLs for zlib's home page and the Windows DLL's home page .
Diffstat (limited to 'Modules/zlibmodule.c')
-rw-r--r-- | Modules/zlibmodule.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/zlibmodule.c b/Modules/zlibmodule.c index 93bb99f..5569de6 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 |