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 356f56e commit 8db0394Copy full SHA for 8db0394
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-07-16-02-50-01.gh-issue-153785.fJqPKC.rst
@@ -1,4 +1,4 @@
1
The default error message is now generated from ``name`` and ``obj`` attributes
2
of :exc:`AttributeError` when both are set and the exception was constructed with
3
-no positional arguments, or with a single positional argument equal to :attr:`name`.
+no positional arguments, or with a single positional argument equal to ``name``.
4
Patch by Bartosz Sławecki.
0 commit comments