Commit dc4f7c09 authored by Eric Snow's avatar Eric Snow

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

parents 76c4161b 338502b3
......@@ -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
......
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment