
noreply at sourceforge
Jul 28, 2004, 8:57 PM
Post #2 of 2
(286 views)
Permalink
|
|
[ python-Bugs-999776 ] zlib home page wrong in three files
[In reply to]
|
|
Bugs item #999776, was opened at 2004-07-28 18:25 Message generated for change (Comment added) made by nnorwitz 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: Closed >Resolution: Fixed Priority: 5 Submitted By: Stephan A. Terre (sfiedler) >Assigned to: Neal Norwitz (nnorwitz) 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. ---------------------------------------------------------------------- >Comment By: Neal Norwitz (nnorwitz) Date: 2004-07-28 23:57 Message: Logged In: YES user_id=33168 Thanks! Checked in as: * ./Misc/BeOS-setup.py; 1.7 * ./Modules/Setup.dist; 1.47 * ./Lib/test/test_gzip.py; 1.13 ---------------------------------------------------------------------- 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
|