From: Ezio Melotti Date: Sun, 21 Oct 2012 04:36:58 +0000 (+0300) Subject: Fix PEP name. X-Git-Tag: v3.3.1rc1~763 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8cd45bd48d495a78280e8c8c9377a9a9d4372bb2;p=thirdparty%2FPython%2Fcpython.git Fix PEP name. --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 7c9ef24d2811..bba24158c869 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -122,8 +122,8 @@ tree. 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 @@ various third party approaches to namespace packages, as described in .. seealso:: - :pep:`420` - Namespace packages + :pep:`420` - Implicit Namespace Packages PEP written by Eric V. Smith; implementation by Eric V. Smith and Barry Warsaw