Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7385f3 commit 338502bCopy full SHA for 338502b
2 files changed
Doc/library/importlib.rst
@@ -52,6 +52,9 @@ generically as an :term:`importer`) to participate in the import process.
52
:pep:`366`
53
Main module explicit relative imports
54
55
+ :pep:`420`
56
+ Implicit namespace packages
57
+
58
:pep:`451`
59
A ModuleSpec Type for the Import System
60
Misc/NEWS
@@ -106,6 +106,8 @@ Core and Builtins
106
107
- Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
108
109
+- Issue #27147: Mention PEP 420 in the importlib docs.
110
111
- Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
112
__getattr__.
113
0 commit comments