mirror of https://github.com/python/cpython
Added URLs for zlib's home page and the Windows DLL's home page .
This commit is contained in:
parent
7b0c9d8a07
commit
821a5e42bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue