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.
2 parents 76c4161 + 338502b commit dc4f7c0Copy full SHA for dc4f7c0
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
@@ -105,6 +105,8 @@ Core and Builtins
105
106
- Issue #27138: Fix the doc comment for FileFinder.find_spec().
107
108
+- Issue #27147: Mention PEP 420 in the importlib docs.
109
110
- Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
111
error handler for stdin and stdout.
112
0 commit comments