[ python-Bugs-999776 ] zlib home page wrong in three files

SourceForge.net noreply at sourceforge.net
Thu Jul 29 00:25:08 CEST 2004


Bugs item #999776, was opened at 2004-07-28 15:25
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=999776&group_id=5470

Category: None
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Stephan A. Terre (sfiedler)
Assigned to: Nobody/Anonymous (nobody)
Summary: zlib home page wrong in three files

Initial Comment:
I found this in Python 2.4a1. I believe it is present
in all previous 2.x releases as well.

The canonical URL for the zlib home page has changed.

There was another similar report back in 2001, but it
was closed after fixing just the documentation for the
zlib module. That bug ID is 457541. I wasn't sure
whether to comment on that bug, since it's already
closed, or open a new one; I apologize if I made the
wrong choice.

The old page is still referenced by

Lib/test/test_gzip.py
Misc/BeOS-setup.py
Modules/Setup.dist

The old URL

  http://www.cdrom.com/pub/infozip/zlib/

should be replaced with 

  http://www.gzip.org/zlib/

in all three files.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=999776&group_id=5470


More information about the Python-bugs-list mailing list