diff options
author | Brett Cannon <bcannon@gmail.com> | 2010-06-27 21:49:22 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2010-06-27 21:49:22 (GMT) |
commit | 30b7a90033b8a43c6b634359a02afe17af52993f (patch) | |
tree | 7239b47157dc83b8b5d9bfbb71e7332213cc9953 /Doc | |
parent | 2ebf8ce488b64fb4a205e6b94de309d56cf387d2 (diff) | |
download | cpython-30b7a90033b8a43c6b634359a02afe17af52993f.zip cpython-30b7a90033b8a43c6b634359a02afe17af52993f.tar.gz cpython-30b7a90033b8a43c6b634359a02afe17af52993f.tar.bz2 |
Add a link to PEP 3147 from the importlib docs.
Closes issue 8667. Thanks Ashley Sands for the patch.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/importlib.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index eb2f28a..e89582b 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -57,6 +57,9 @@ Details on providing custom importers can be found in :pep:`302`. :pep:`3120` Using UTF-8 as the Default Source Encoding + :pep:`3147` + PYC Repository Directories + Functions --------- |