Put implementation link into references.

This commit is contained in:
Martin v. Löwis 2011-11-02 11:08:06 +01:00
parent 84efc5c290
commit 779cba823d
1 changed files with 7 additions and 1 deletions

View File

@ -18,7 +18,7 @@ package across multiple directories on disk. In current Python
versions, an algorithm to compute the packages __path__ must be
formulated. With the enhancement proposed here, the import machinery
itself will construct the list of directories that make up the
package.
package. An implementation of this PEP is available at [1]_.
Terminology
===========
@ -194,6 +194,12 @@ mechanisms. extend_path will be adjusted to this specification;
any other mechanism might cause portions to get added twice to
__path__.
References
==========
.. [1] PEP 382 branch
(http://hg.python.org/features/pep-382-2#pep-382)
Copyright
=========