From: Fred Drake Date: Thu, 7 Sep 2000 14:01:40 +0000 (+0000) Subject: Added note about Python version this was added for. X-Git-Tag: v2.0b2~434 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6300bd42a40428df6b49780a5b47da1ad0c7eab2;p=python Added note about Python version this was added for. --- diff --git a/Doc/lib/libzipfile.tex b/Doc/lib/libzipfile.tex index 0b1d43d896..f29c47f3f4 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. +\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.