Issue #27147: Mention PEP 420 in the importlib docs.

This commit is contained in:
Eric Snow 2016-05-28 11:08:20 -07:00
commit dc4f7c09cc
2 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,9 @@ generically as an :term:`importer`) to participate in the import process.
:pep:`366`
Main module explicit relative imports
:pep:`420`
Implicit namespace packages
:pep:`451`
A ModuleSpec Type for the Import System

View File

@ -105,6 +105,8 @@ Core and Builtins
- 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.