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

Skip to content

Commit 338502b

Browse files
Issue #27147: Mention PEP 420 in the importlib docs.
1 parent c7385f3 commit 338502b

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
@@ -106,6 +106,8 @@ Core and Builtins
106106

107107
- Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
108108

109+
- Issue #27147: Mention PEP 420 in the importlib docs.
110+
109111
- Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
110112
__getattr__.
111113

0 commit comments

Comments
 (0)