mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Added URLs for zlib's home page and the Windows DLL's home page .
This commit is contained in:
parent
7b0c9d8a07
commit
821a5e42bf
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue