From: Brett Cannon Date: Sun, 27 Jun 2010 21:49:22 +0000 (+0000) Subject: Add a link to PEP 3147 from the importlib docs. X-Git-Tag: v3.2a1~425 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30b7a90033b8a43c6b634359a02afe17af52993f;p=python Add a link to PEP 3147 from the importlib docs. Closes issue 8667. Thanks Ashley Sands for the patch. --- diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index eb2f28af24..e89582b372 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 ---------