Skip to content

Commit

Permalink
Issue python#27147: Mention PEP 420 in the importlib docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently committed May 28, 2016
2 parents 76c4161 + 338502b commit dc4f7c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/library/importlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit dc4f7c0

Please sign in to comment.