
noreply at sourceforge
Jul 28, 2004, 3:25 PM
Views: 286
Permalink
|
|
[ python-Bugs-999776 ] zlib home page wrong in three files
|
|
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 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|