commit | 984b11f88fcace98e30decc19bbf9e281355e607 | [log] [tgz] |
---|---|---|
author | Eric V. Smith <eric@trueblade.com> | Thu May 24 20:21:04 2012 -0400 |
committer | Eric V. Smith <eric@trueblade.com> | Thu May 24 20:21:04 2012 -0400 |
tree | 613a0fb564da71c5fc84e9343813f87619591732 | |
parent | fa52cbd5e6210f257de40aab12d55d84d64bdb91 [diff] [blame] |
issue 14660: Implement PEP 420, namespace packages.
diff --git a/Misc/NEWS b/Misc/NEWS index 0632b90..8934425 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Core and Builtins ----------------- +- Issue #14660 (PEP 420): Namespace packages. Implemented by Eric Smith. + - Issue #14494: Fix __future__.py and its documentation to note that absolute imports are the default behavior in 3.0 instead of 2.7. Patch by Sven Marnach.