diff options
author | Greg Ward <gward@python.net> | 2002-05-10 14:42:10 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2002-05-10 14:42:10 (GMT) |
commit | 954ce8b4a1f8fca9203f1d253597f37382d7cf59 (patch) | |
tree | e968f3be5f4a0e23c4e1d48c3d9219e084d8dc32 /Doc | |
parent | 58437f20f073163518e970df9a604aa8591d9ab2 (diff) | |
download | cpython-954ce8b4a1f8fca9203f1d253597f37382d7cf59.zip cpython-954ce8b4a1f8fca9203f1d253597f37382d7cf59.tar.gz cpython-954ce8b4a1f8fca9203f1d253597f37382d7cf59.tar.bz2 |
[from Oct 2000]
The zipfile module has been in the standard library for some time now.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/dist/dist.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index 57f65c6..305f320 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -847,7 +847,8 @@ to create a gzipped tarball and a zip file. The available formats are: \item[(1)] default on Windows \item[(2)] default on \UNIX \item[(3)] requires either external \program{zip} utility or - \module{zipfile} module (not part of the standard Python library) + \module{zipfile} module (part of the standard Python library since + Python~1.6) \item[(4)] requires external utilities: \program{tar} and possibly one of \program{gzip}, \program{bzip2}, or \program{compress} \end{description} @@ -1098,7 +1099,8 @@ The available formats for built distributions are: \item[(3)] requires external utilities: \program{tar} and possibly one of \program{gzip}, \program{bzip2}, or \program{compress} \item[(4)] requires either external \program{zip} utility or - \module{zipfile} module (not part of the standard Python library) + \module{zipfile} module (part of the standard Python library since + Python~1.6) \item[(5)] requires external \program{rpm} utility, version 3.0.4 or better (use \code{rpm --version} to find out which version you have) \end{description} |