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 d07443c commit 5c67d47Copy full SHA for 5c67d47
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2025-11-29-08-51-56.gh-issue-142029.rUpcmt.rst
@@ -1,2 +1,2 @@
1
-Return ``None`` instead of crashing when a nonexistent module is used as a
2
-name in ``_imp.create_builtin()``.
+Raise :exc:`ModuleNotFoundError` instead of crashing when a nonexistent module
+is used as a name in ``_imp.create_builtin()``.
0 commit comments