diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-07 14:01:40 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-07 14:01:40 (GMT) |
commit | 6300bd42a40428df6b49780a5b47da1ad0c7eab2 (patch) | |
tree | ba745f37abf881f61306e8f3d7c16f1b7c3d71f1 /Doc | |
parent | 77a6c9ece58ce5ffc6a28c79721b27095ccd21b7 (diff) | |
download | cpython-6300bd42a40428df6b49780a5b47da1ad0c7eab2.zip cpython-6300bd42a40428df6b49780a5b47da1ad0c7eab2.tar.gz cpython-6300bd42a40428df6b49780a5b47da1ad0c7eab2.tar.bz2 |
Added note about Python version this was added for.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libzipfile.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libzipfile.tex b/Doc/lib/libzipfile.tex index 0b1d43d..f29c47f 100644 --- a/Doc/lib/libzipfile.tex +++ b/Doc/lib/libzipfile.tex @@ -6,6 +6,8 @@ \sectionauthor{James C. Ahlstrom}{jim@interet.com} % LaTeX markup by Fred L. Drake, Jr. <fdrake@acm.org> +\versionadded{1.6} + The ZIP file format is a common archive and compression standard. This module provides tools to create, read, write, append, and list a ZIP file. |