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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30b7a90033b8a43c6b634359a02afe17af52993f;p=thirdparty%2FPython%2Fcpython.git 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 eb2f28af24bc..e89582b3723a 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 ---------