mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #27147: Mention PEP 420 in the importlib docs.
This commit is contained in:
commit
dc4f7c09cc
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue