mirror of https://github.com/python/cpython
Issue #27147: Mention PEP 420 in the importlib docs.
This commit is contained in:
commit
dc4f7c09cc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue