[Python-checkins] CVS: python/dist/src/Doc/lib libzlib.tex,1.20,1.21

Fred L. Drake python-dev@python.org
Fri, 15 Sep 2000 22:07:06 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31095/lib

Modified Files:
	libzlib.tex 
Log Message:

Update link to the zlib homepage.


Index: libzlib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libzlib.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** libzlib.tex	2000/04/03 20:13:55	1.20
--- libzlib.tex	2000/09/16 05:07:03	1.21
***************
*** 10,17 ****
  module allow compression and decompression, using the zlib library.
  The zlib library has its own home page at
! \url{http://www.cdrom.com/pub/infozip/zlib/}.  Version 1.1.3 is the
! most recent version as of April 1999; use a later version if one
! is available.  There are known incompatibilities between the Python
! module and earlier versions of the zlib library.
  
  The available exception and functions in this module are:
--- 10,17 ----
  module allow compression and decompression, using the zlib library.
  The zlib library has its own home page at
! \url{ftp://ftp.freesoftware.com/pub/infozip/zlib/zlib.html}.  Version
! 1.1.3 is the most recent version as of September 2000; use a later
! version if one is available.  There are known incompatibilities
! between the Python module and earlier versions of the zlib library.
  
  The available exception and functions in this module are: