Add a link to PEP 3147 from the importlib docs.

Closes issue 8667. Thanks Ashley Sands for the patch.
This commit is contained in:
Brett Cannon 2010-06-27 21:49:22 +00:00
parent 2ebf8ce488
commit 30b7a90033
1 changed files with 3 additions and 0 deletions

View 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
---------