diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-14 14:36:18 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-14 14:36:18 (GMT) |
commit | 766ad36de54203f6d5af21bbb20ba375ca1d66a8 (patch) | |
tree | b5a496928f7f2520731b815473c908f3f05464e8 /Doc/library/zipimport.rst | |
parent | 9467b212f5dd4558443d03584e1ed9bca5a2b780 (diff) | |
download | cpython-766ad36de54203f6d5af21bbb20ba375ca1d66a8.zip cpython-766ad36de54203f6d5af21bbb20ba375ca1d66a8.tar.gz cpython-766ad36de54203f6d5af21bbb20ba375ca1d66a8.tar.bz2 |
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
........
Diffstat (limited to 'Doc/library/zipimport.rst')
-rw-r--r-- | Doc/library/zipimport.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/zipimport.rst b/Doc/library/zipimport.rst index a0dbc76..fc9d834 100644 --- a/Doc/library/zipimport.rst +++ b/Doc/library/zipimport.rst @@ -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. |