commit | 1dbce44b91426712f5a904c8c52fbde21c7bd79c | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Oct 09 10:54:31 2001 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Oct 09 10:54:31 2001 +0000 |
tree | d2dd6965e8c33aac1b0ad8f75f6c4629d029ab24 | |
parent | ffa7aff751be2ba7d37bf631fa248b680cf48466 [diff] |
Update URL. Fixes bug #468118.
diff --git a/Modules/zlibmodule.c b/Modules/zlibmodule.c index 1d038c7..a2e6aed 100644 --- a/Modules/zlibmodule.c +++ b/Modules/zlibmodule.c
@@ -1,5 +1,5 @@ /* zlibmodule.c -- gzip-compatible data compression */ -/* See http://www.info-zip.org/pub/infozip/zlib/ */ +/* See http://www.gzip.org/zlib/ */ /* Windows users: read Python's PCbuild\readme.txt */