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

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


https://hg.python.org/cpython/rev/0177af33ce76
changeset:   101541:0177af33ce76
parent:      101539:fb965ee44d5e
parent:      101540:6f50c04e4a1e
user:        Eric Snow <ericsnowcurrently at gmail.com>
date:        Sat May 28 11:08:20 2016 -0700
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
@@ -105,6 +105,8 @@
 
 - Issue #27138: Fix the doc comment for FileFinder.find_spec().
 
+- Issue #27147: Mention PEP 420 in the importlib docs.
+
 - Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
   error handler for stdin and stdout.
 

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


More information about the Python-checkins mailing list