From 30b7a90033b8a43c6b634359a02afe17af52993f Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 27 Jun 2010 21:49:22 +0000 Subject: Add a link to PEP 3147 from the importlib docs. Closes issue 8667. Thanks Ashley Sands for the patch. --- Doc/library/importlib.rst | 3 +++ 1 file changed, 3 insertions(+) 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 --------- -- cgit v0.12