Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc4f7c0

Browse files
Issue #27147: Mention PEP 420 in the importlib docs.
2 parents 76c4161 + 338502b commit dc4f7c0

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/library/importlib.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ generically as an :term:`importer`) to participate in the import process.
5252
:pep:`366`
5353
Main module explicit relative imports
5454

55+
:pep:`420`
56+
Implicit namespace packages
57+
5558
:pep:`451`
5659
A ModuleSpec Type for the Import System
5760

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ Core and Builtins
105105

106106
- Issue #27138: Fix the doc comment for FileFinder.find_spec().
107107

108+
- Issue #27147: Mention PEP 420 in the importlib docs.
109+
108110
- Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
109111
error handler for stdin and stdout.
110112

0 commit comments

Comments
 (0)