diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-21 04:36:58 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-21 04:36:58 (GMT) |
commit | 8cd45bd48d495a78280e8c8c9377a9a9d4372bb2 (patch) | |
tree | cb6ca605648601a32ac9e0e867db7823d6fb195c /Doc/whatsnew/3.3.rst | |
parent | 1f67e80564fc47312b39b84109a2457a6584ffa5 (diff) | |
download | cpython-8cd45bd48d495a78280e8c8c9377a9a9d4372bb2.zip cpython-8cd45bd48d495a78280e8c8c9377a9a9d4372bb2.tar.gz cpython-8cd45bd48d495a78280e8c8c9377a9a9d4372bb2.tar.bz2 |
Fix PEP name.
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-rw-r--r-- | 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 index 7c9ef24..bba2415 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 |