[Python-checkins] cpython (3.5): Issue #27147: Mention PEP 420 in the importlib docs.

eric.snow python-checkins at python.org
Sat May 28 14:10:09 EDT 2016


https://hg.python.org/cpython/rev/6f50c04e4a1e
changeset:   101540:6f50c04e4a1e
branch:      3.5
parent:      101538:8a49da84fc1d
user:        Eric Snow <ericsnowcurrently at gmail.com>
date:        Sat May 28 11:56:53 2016 -0600
summary:
  Issue #27147: Mention PEP 420 in the importlib docs.

files:
  Doc/library/importlib.rst |  3 +++
  Misc/NEWS                 |  2 ++
  2 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -52,6 +52,9 @@
     :pep:`366`
         Main module explicit relative imports
 
+    :pep:`420`
+        Implicit namespace packages
+
     :pep:`451`
         A ModuleSpec Type for the Import System
 
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -106,6 +106,8 @@
 
 - Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
 
+- Issue #27147: Mention PEP 420 in the importlib docs.
+
 - Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
   __getattr__.
 

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


More information about the Python-checkins mailing list