diff options
| author | Andrew M. Kuchling <amk@amk.ca> | 2006-04-29 12:10:28 +0000 |
|---|---|---|
| committer | Andrew M. Kuchling <amk@amk.ca> | 2006-04-29 12:10:28 +0000 |
| commit | 18db4876928f97b7ffbf42fc270bf4ec89a0bd22 (patch) | |
| tree | 8bf12aca9bf472975ee82854a4f6f7765ca3d7a3 /Doc/whatsnew | |
| parent | b37bcb59bc8fc0c5dff78832d5a47c8b0f5c8963 (diff) | |
| download | cpython-git-18db4876928f97b7ffbf42fc270bf4ec89a0bd22.tar.gz | |
Make case of 'ZIP' consistent
Diffstat (limited to 'Doc/whatsnew')
| -rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
