[Python-checkins] peps: Added pointer to features/pep-420 branch.

eric.smith python-checkins at python.org
Tue Apr 24 13:12:05 CEST 2012


http://hg.python.org/peps/rev/0a478fe7bf9d
changeset:   4302:0a478fe7bf9d
user:        Eric V. Smith <eric at trueblade.com>
date:        Tue Apr 24 07:12:00 2012 -0400
summary:
  Added pointer to features/pep-420 branch.

files:
  pep-0420.txt |  12 +++++++-----
  1 files changed, 7 insertions(+), 5 deletions(-)


diff --git a/pep-0420.txt b/pep-0420.txt
--- a/pep-0420.txt
+++ b/pep-0420.txt
@@ -19,7 +19,7 @@
 formulated. With the enhancement proposed here, the import machinery
 itself will construct the list of directories that make up the
 package.  This PEP builds upon the work started in rejected PEPs 382
-and 402.
+and 402. An implementation of this PEP is at [1]_.
 
 Terminology
 ===========
@@ -162,10 +162,10 @@
 ImportError would be raised.
 
 At PyCon 2012, we had a discussion about namespace packages at which
-PEP 382 and PEP 402 were rejected, to be replaced by this PEP [1]_.
+PEP 382 and PEP 402 were rejected, to be replaced by this PEP [2]_.
 
 Nick Coglan presented a list of his objections to this proposal
-[2]_. They are:
+[3]_. They are:
 
   * Implicit package directories go against the Zen of Python
 
@@ -184,10 +184,12 @@
 References
 ==========
 
-.. [1] PyCon 2012 Namespace Package discussion outcome
+.. [1] PEP 420 branch (http://hg.python.org/features/pep-420)
+
+.. [2] PyCon 2012 Namespace Package discussion outcome
        (http://mail.python.org/pipermail/import-sig/2012-March/000421.html)
 
-.. [2] Nick Coglan's objection to the lack of marker files or directories
+.. [3] Nick Coglan's objection to the lack of marker files or directories
        (http://mail.python.org/pipermail/import-sig/2012-March/000423.html)
 
 Copyright

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list