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 9c09cd0 commit ca0e2a4Copy full SHA for ca0e2a4
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2025-07-19-10-35-31.gh-issue-74185.7hPCA5.rst
@@ -1,4 +1,4 @@
1
The :meth:`~object.__repr__` of :class:`ImportError` and :class:`ModuleNotFoundError`
2
now shows "name" and "path" as ``name=<name>`` and ``path=<path>`` if they were given
3
as keyword arguments at construction time.
4
-(Contributed by Serhiy Storchaka, Oleg Iarygin, and Yoav Nir.)
+Patch by Serhiy Storchaka, Oleg Iarygin, and Yoav Nir
0 commit comments