Merged revisions 81163 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81163 | victor.stinner | 2010-05-14 16:20:07 +0200 (ven., 14 mai 2010) | 2 lines

  Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP
........
This commit is contained in:
Victor Stinner 2010-05-14 14:36:18 +00:00
parent 9467b212f5
commit 766ad36de5
6 changed files with 13 additions and 13 deletions

View file

@ -34,12 +34,12 @@ ZIP archives with an archive comment are currently not supported.
Documentation on the ZIP file format by Phil Katz, the creator of the format and
algorithms used.
:pep:`0273` - Import Modules from Zip Archives
:pep:`273` - Import Modules from Zip Archives
Written by James C. Ahlstrom, who also provided an implementation. Python 2.3
follows the specification in PEP 273, but uses an implementation written by Just
van Rossum that uses the import hooks described in PEP 302.
:pep:`0302` - New Import Hooks
:pep:`302` - New Import Hooks
The PEP to add the import hooks that help this module work.