[Python-checkins] cpython (merge 3.3 -> default): Merge PEP name fix with 3.3.

ezio.melotti python-checkins at python.org
Sun Oct 21 06:37:36 CEST 2012


http://hg.python.org/cpython/rev/e0b029e7bffa
changeset:   79865:e0b029e7bffa
parent:      79863:3c7e3f7590a4
parent:      79864:265fe07f55ec
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun Oct 21 07:37:25 2012 +0300
summary:
  Merge PEP name fix with 3.3.

files:
  Doc/whatsnew/3.3.rst |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -122,8 +122,8 @@
        PEP written by Carl Meyer; implementation by Carl Meyer and Vinay Sajip
 
 
-PEP 420: Namespace Packages
-===========================
+PEP 420: Implicit Namespace Packages
+====================================
 
 Native support for package directories that don't require ``__init__.py``
 marker files and can automatically span multiple path segments (inspired by
@@ -132,7 +132,7 @@
 
 .. seealso::
 
-   :pep:`420` - Namespace packages
+   :pep:`420` - Implicit Namespace Packages
       PEP written by Eric V. Smith; implementation by Eric V. Smith
       and Barry Warsaw
 

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


More information about the Python-checkins mailing list