]> granicus.if.org Git - python/commitdiff
Add a link to PEP 3147 from the importlib docs.
authorBrett Cannon <bcannon@gmail.com>
Sun, 27 Jun 2010 21:49:22 +0000 (21:49 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 27 Jun 2010 21:49:22 +0000 (21:49 +0000)
Closes issue 8667. Thanks Ashley Sands for the patch.

Doc/library/importlib.rst

index eb2f28af24bc4708a8fa797c39bddaca6aa0c0c2..e89582b3723a426b887a022b2cd8b23900d182c9 100644 (file)
@@ -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
 ---------