From: Fred Drake Date: Sat, 30 Sep 2000 00:11:45 +0000 (+0000) Subject: Replace to XXX notes to add references with real references. X-Git-Tag: v2.0c1~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58295dedf7e0ae7402ba5a3bd381a9f69ec5a20f;p=python Replace to XXX notes to add references with real references. --- diff --git a/Doc/lib/libzipfile.tex b/Doc/lib/libzipfile.tex index e8d409bf67..058ef9565a 100644 --- a/Doc/lib/libzipfile.tex +++ b/Doc/lib/libzipfile.tex @@ -65,8 +65,13 @@ The available attributes of this module are: \begin{seealso} - \seetext{XXX point to ZIP format definition} - \seetext{XXX point to Info-ZIP home page; mention WiZ} + \seetitle[http://www.pkware.com/appnote.html]{PKZIP Application + Note}{Documentation on the ZIP file format by Phil + Katz, the creator of the format and algorithms used.} + + \seetitle[http://www.info-zip.org/pub/infozip/]{Info-ZIP Home Page}{ + Information about the Info-ZIP project's ZIP archive + programs and development libraries.} \end{seealso}