Add historical note

This commit is contained in:
Andrew M. Kuchling 2004-08-27 18:11:22 +00:00
parent a46d0fa414
commit 2ec10183fb
1 changed files with 10 additions and 0 deletions

View File

@ -11,11 +11,21 @@ Python-Version: 2.3
Abstract
This PEP adds the ability to import Python modules
*.py, *.py[co] and packages from zip archives. The
same code is used to speed up normal directory imports
provided os.listdir is available.
Note
Zip imports were added to Python 2.3, but the final implementation
uses an approach different from the one described in this PEP.
The 2.3 implementation is SourceForge patch #652586, which adds
new import hooks described in PEP 302.
The rest of this PEP is therefore only of historical interest.
Specification