[Python-checkins] peps: Put implementation link into references.
martin.v.loewis
python-checkins at python.org
Wed Nov 2 11:08:08 CET 2011
http://hg.python.org/peps/rev/16715ea42fb3
changeset: 3980:16715ea42fb3
user: Martin v. Löwis <martin at v.loewis.de>
date: Wed Nov 02 11:08:06 2011 +0100
summary:
Put implementation link into references.
files:
pep-0382.txt | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/pep-0382.txt b/pep-0382.txt
--- a/pep-0382.txt
+++ b/pep-0382.txt
@@ -18,7 +18,7 @@
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 @@
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
=========
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list