From: Andrew M. Kuchling Date: Sat, 29 Apr 2006 12:10:28 +0000 (+0000) Subject: Make case of 'ZIP' consistent X-Git-Tag: v2.5b1~767 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18db4876928f97b7ffbf42fc270bf4ec89a0bd22;p=python Make case of 'ZIP' consistent --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index e29ecdd21f..a12208384a 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -318,7 +318,7 @@ Hisao and Martin von~L\"owis.} %====================================================================== -\section{PEP 273: Importing Modules from Zip Archives} +\section{PEP 273: Importing Modules from ZIP Archives} The new \module{zipimport} module adds support for importing modules from a ZIP-format archive. You don't need to import the