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

Fred L. Drake fdrake@users.sourceforge.net
Mon, 25 Jun 2001 08:30:36 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv13537/lib

Modified Files:
      Tag: release21-maint
	libzlib.tex 
Log Message:

Updated link to zlib's home page.


Index: libzlib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libzlib.tex,v
retrieving revision 1.23.4.1
retrieving revision 1.23.4.2
diff -C2 -r1.23.4.1 -r1.23.4.2
*** libzlib.tex	2001/04/18 20:17:23	1.23.4.1
--- libzlib.tex	2001/06/25 15:30:33	1.23.4.2
***************
*** 10,14 ****
  module allow compression and decompression, using the zlib library.
  The zlib library has its own home page at
! \url{http://www.info-zip.org/pub/infozip/zlib/}.  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
--- 10,14 ----
  module allow compression and decompression, using the zlib library.
  The zlib library has its own home page at
! \url{http://www.gzip.org/zlib/}.  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
***************
*** 150,154 ****
  \begin{seealso}
    \seemodule{gzip}{Reading and writing \program{gzip}-format files.}
!   \seeurl{http://www.info-zip.org/pub/infozip/zlib/}{The
!           zlib library home page.}
  \end{seealso}
--- 150,153 ----
  \begin{seealso}
    \seemodule{gzip}{Reading and writing \program{gzip}-format files.}
!   \seeurl{http://www.gzip.org/zlib/}{The zlib library home page.}
  \end{seealso}